Skip to content

Commit

Permalink
1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
stonier committed Oct 4, 2019
1 parent 2dd3424 commit 4196ede
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 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
-----------
* ...

1.0.5 (2019-10-04)
------------------
* [tests] shorten time to send cancel request to avoid accidental success too early

1.0.4 (2019-10-03)
------------------
* [tutorials] updated for new blackboard (with tracking) changes
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
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_tutorials</name>
<version>1.0.4</version>
<version>1.0.5</version>
<description>
ROS2 extensions and behaviours for py_trees.
</description>
Expand Down
2 changes: 1 addition & 1 deletion py_trees_ros_tutorials/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# Version
##############################################################################

__version__ = '1.0.4'
__version__ = '1.0.5'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class OverrideInstall(install):
'install': OverrideInstall
},
name=package_name,
version='1.0.4', # also update package.xml (version and website url) and version.py
version='1.0.5', # also update package.xml (version and website url) and version.py
packages=find_packages(exclude=['tests*', 'docs*', 'launch*']),
data_files=[
('share/' + package_name, ['package.xml']),
Expand Down

0 comments on commit 4196ede

Please sign in to comment.