Skip to content

Commit

Permalink
2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stonier committed Aug 2, 2020
1 parent a95335a commit a88fe67
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -4,6 +4,11 @@ Changelog

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

2.1.0 (2020-08-02)
------------------
* [infra] api updates for py_trees 2.1.x and ros2/foxy compatibility
* [infra] spelling fix for tutorial eight

2.0.2 (2020-05-14)
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 = "2.0"
version = "2.1"
# The full version, including alpha/beta/rc tags.
release = "2.0.2"
release = "2.1.0"

##############################################################################
# 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.2</version>
<version>2.1.0</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.2'
__version__ = '2.1.0'
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -79,7 +79,7 @@ def gather_launch_files():
},
name=package_name,
# also update package.xml (version and website url), version.py and conf.py
version='2.0.2',
version='2.1.0',
packages=find_packages(exclude=['tests*', 'docs*', 'launch*']),
data_files=[
('share/' + package_name, ['package.xml']),
Expand Down

0 comments on commit a88fe67

Please sign in to comment.