File tree 4 files changed +7
-3
lines changed 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ Forthcoming
5
5
-----------
6
6
* ...
7
7
8
+ 1.3.3 (2019-10-15)
9
+ ------------------
10
+ * [blackboard] client ``Blackboard.unregister_key() `` method
11
+
8
12
1.3.2 (2019-10-15)
9
13
------------------
10
14
* [blackboard] global ``Blackboard.clear() `` method
Original file line number Diff line number Diff line change 3
3
<package format =" 3" >
4
4
<name >py_trees</name >
5
5
<!-- When updating, also update setup.py and version.py -->
6
- <version >1.3.2 </version >
6
+ <version >1.3.3 </version >
7
7
<description >
8
8
Pythonic implementation of behaviour trees.
9
9
</description >
Original file line number Diff line number Diff line change 16
16
##############################################################################
17
17
18
18
# When changing, Also update setup.py and package.xml
19
- __version__ = '1.3.2 '
19
+ __version__ = '1.3.3 '
Original file line number Diff line number Diff line change 33
33
# That is the price paid for a pypi and catkin package.
34
34
d = setup (
35
35
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
37
37
packages = find_packages (exclude = ['tests*' , 'docs*' ]),
38
38
install_requires = install_requires ,
39
39
extras_require = extras_require ,
You can’t perform that action at this time.
0 commit comments