Skip to content

Commit 5231391

Browse files
committed
1.3.3
1 parent cfaa64c commit 5231391

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ Forthcoming
55
-----------
66
* ...
77

8+
1.3.3 (2019-10-15)
9+
------------------
10+
* [blackboard] client ``Blackboard.unregister_key()`` method
11+
812
1.3.2 (2019-10-15)
913
------------------
1014
* [blackboard] global ``Blackboard.clear()`` method

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<package format="3">
44
<name>py_trees</name>
55
<!-- When updating, also update setup.py and version.py -->
6-
<version>1.3.2</version>
6+
<version>1.3.3</version>
77
<description>
88
Pythonic implementation of behaviour trees.
99
</description>

py_trees/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
##############################################################################
1717

1818
# When changing, Also update setup.py and package.xml
19-
__version__ = '1.3.2'
19+
__version__ = '1.3.3'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
# That is the price paid for a pypi and catkin package.
3434
d = setup(
3535
name='py_trees',
36-
version='1.3.2', # also update package.xml and version.py
36+
version='1.3.3', # also update package.xml and version.py
3737
packages=find_packages(exclude=['tests*', 'docs*']),
3838
install_requires=install_requires,
3939
extras_require=extras_require,

0 commit comments

Comments
 (0)