Skip to content

Commit

Permalink
2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
stonier committed Dec 27, 2019
1 parent 1695656 commit b526013
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -6,6 +6,10 @@ Forthcoming
-----------
* ...

2.0.3 (2019-12-26)
------------------
* [infra] add a marker file to assist with ros2cli discovery `#138 <https://github.com/splintered-reality/py_trees_ros/pull/138>`_,

2.0.2 (2019-12-26)
------------------
* [trees] on-demand snapshot stream services, similar to blackboard streams, `#135 <https://github.com/splintered-reality/py_trees_ros/pull/135>`_, `#136 <https://github.com/splintered-reality/py_trees_ros/pull/136>`_,
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Expand Up @@ -48,7 +48,7 @@
# The short X.Y version.
version = "2.0"
# The full version, including alpha/beta/rc tags.
release = "2.0.2"
release = "2.0.3"

##############################################################################
# Regular Sphinx Configuration
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>py_trees_ros</name>
<version>2.0.2</version>
<version>2.0.3</version>
<description>
ROS2 extensions and behaviours for py_trees.
</description>
Expand Down
2 changes: 1 addition & 1 deletion py_trees_ros/version.py
Expand Up @@ -15,4 +15,4 @@
# Version
##############################################################################

__version__ = '2.0.2'
__version__ = '2.0.3'
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -7,7 +7,7 @@

setup(
name=package_name,
version='2.0.2', # also package.xml, doc/conf.py, py_trees_ros/version.py
version='2.0.3', # also package.xml, doc/conf.py, py_trees_ros/version.py
packages=find_packages(
exclude=['doc*', 'tests*', 'graveyard*', 'scripts*']
),
Expand Down

0 comments on commit b526013

Please sign in to comment.