Skip to content

Commit

Permalink
0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stonier committed Aug 3, 2020
1 parent 94d99ec commit 9a6137f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ Forthcoming
-----------
* ...

0.6.0 (2020-08-03)
------------------
* [infra] python3/noetic fixes, `#167 <https://github.com/splintered-reality/py_trees_ros/pull/167>`_

0.5.21 (2020-06-06)
-------------------
* [trees] option for bagging, , `#159 <https://github.com/splintered-reality/py_trees_ros/pull/159>`_
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package format="2">
<name>py_trees_ros</name>
<version>0.5.21</version>
<version>0.6.0</version>
<description>
Ros extensions and behaviours for py_trees.
</description>
Expand Down
2 changes: 1 addition & 1 deletion py_trees_ros/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
# Version
##############################################################################

__version__ = '0.5.21'
__version__ = '0.6.0'

0 comments on commit 9a6137f

Please sign in to comment.