Skip to content

Commit

Permalink
1.9.16
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelarguedas committed Apr 27, 2018
1 parent bba0cf7 commit 2f25b77
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions nodelet/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package nodelet
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
1.9.16 (2018-04-27)
-------------------
* uuid dependency fixup (`#74 <https://github.com/ros/nodelet_core/issues/74>`_)
* don't export uuid library
* wrap for readability
Expand Down
2 changes: 1 addition & 1 deletion nodelet/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="2">
<name>nodelet</name>
<version>1.9.15</version>
<version>1.9.16</version>
<description>
The nodelet package is designed to provide a way to run multiple
algorithms in the same process with zero copy transport between
Expand Down
4 changes: 2 additions & 2 deletions nodelet_core/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package nodelet_core
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
1.9.16 (2018-04-27)
-------------------

1.9.15 (2018-03-16)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion nodelet_core/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="2">
<name>nodelet_core</name>
<version>1.9.15</version>
<version>1.9.16</version>
<description>Nodelet Core Metapackage</description>
<maintainer email="[email protected]">Mikael Arguedas</maintainer>
<license>BSD</license>
Expand Down
4 changes: 2 additions & 2 deletions nodelet_topic_tools/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package nodelet_topic_tools
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
1.9.16 (2018-04-27)
-------------------

1.9.15 (2018-03-16)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion nodelet_topic_tools/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="2">
<name>nodelet_topic_tools</name>
<version>1.9.15</version>
<version>1.9.16</version>
<description>
This package contains common nodelet tools such as a mux, demux and throttle.
</description>
Expand Down
4 changes: 2 additions & 2 deletions test_nodelet/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package test_nodelet
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
1.9.16 (2018-04-27)
-------------------

1.9.15 (2018-03-16)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion test_nodelet/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="2">
<name>test_nodelet</name>
<version>1.9.15</version>
<version>1.9.16</version>
<description>
A package for nodelet unit tests
</description>
Expand Down
4 changes: 2 additions & 2 deletions test_nodelet_topic_tools/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package test_nodelet_topic_tools
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
1.9.16 (2018-04-27)
-------------------

1.9.15 (2018-03-16)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion test_nodelet_topic_tools/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="2">
<name>test_nodelet_topic_tools</name>
<version>1.9.15</version>
<version>1.9.16</version>
<description>
A package for nodelet_topic_tools unit tests.
</description>
Expand Down

0 comments on commit 2f25b77

Please sign in to comment.