Skip to content

Commit

Permalink
2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stonier committed Dec 30, 2019
1 parent 5f46c4c commit c60df1f
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -4,6 +4,11 @@ Changelog

Forthcoming
-----------
* ...

2.0.1 (2019-12-30)
------------------
* [launch] switch to ros2 launch (not ros2 run)
* [launch] dashing/eloquent handling of emulate_tty
* [tests] moved from unittest to pytest
* [tutorials] catch and log appropriately when ctrl-c engaged in setup
Expand Down
4 changes: 2 additions & 2 deletions doc/conf.py
Expand Up @@ -46,9 +46,9 @@
# built documents.
#
# The short X.Y version.
version = "1.0"
version = "2.0"
# The full version, including alpha/beta/rc tags.
release = "1.0.0"
release = "2.0.1"

##############################################################################
# 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_tutorials</name>
<version>2.0.0</version>
<version>2.0.1</version>
<description>
ROS2 extensions and behaviours for py_trees.
</description>
Expand Down
2 changes: 1 addition & 1 deletion py_trees_ros_tutorials/version.py
Expand Up @@ -14,4 +14,4 @@
# Version
##############################################################################

__version__ = '2.0.0'
__version__ = '2.0.1'
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -78,7 +78,8 @@ def gather_launch_files():
'install': OverrideInstall
},
name=package_name,
version='2.0.0', # also update package.xml (version and website url) and version.py
# also update package.xml (version and website url), version.py and conf.py
version='2.0.1',
packages=find_packages(exclude=['tests*', 'docs*', 'launch*']),
data_files=[
('share/' + package_name, ['package.xml']),
Expand Down

0 comments on commit c60df1f

Please sign in to comment.