Skip to content

Commit

Permalink
1.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelarguedas committed Sep 20, 2016
1 parent 2280e05 commit 9e5bea9
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
Expand Up @@ -2,8 +2,8 @@
Changelog for package nodelet
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
1.9.6 (2016-09-20)
------------------

1.9.5 (2016-06-22)
------------------
Expand Down
2 changes: 1 addition & 1 deletion nodelet/package.xml
@@ -1,6 +1,6 @@
<package>
<name>nodelet</name>
<version>1.9.5</version>
<version>1.9.6</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
Expand Up @@ -2,8 +2,8 @@
Changelog for package nodelet_core
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
1.9.6 (2016-09-20)
------------------

1.9.5 (2016-06-22)
------------------
Expand Down
2 changes: 1 addition & 1 deletion nodelet_core/package.xml
@@ -1,6 +1,6 @@
<package>
<name>nodelet_core</name>
<version>1.9.5</version>
<version>1.9.6</version>
<description>Nodelet Core Metapackage</description>
<maintainer email="mikael@osrfoundation.org">Mikael Arguedas</maintainer>
<license>BSD</license>
Expand Down
4 changes: 2 additions & 2 deletions nodelet_topic_tools/CHANGELOG.rst
Expand Up @@ -2,8 +2,8 @@
Changelog for package nodelet_topic_tools
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
1.9.6 (2016-09-20)
------------------
* Add NodeletLazy abstract class for lazy transport (`#45 <https://github.com/ros/nodelet_core/issues/45>`_)
* Add NodeletLazy abstract class for lazy transport
* Add test for NodeletLazy with checking its lazy-ness
Expand Down
2 changes: 1 addition & 1 deletion nodelet_topic_tools/package.xml
@@ -1,6 +1,6 @@
<package>
<name>nodelet_topic_tools</name>
<version>1.9.5</version>
<version>1.9.6</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
Expand Up @@ -2,8 +2,8 @@
Changelog for package test_nodelet
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
1.9.6 (2016-09-20)
------------------

1.9.5 (2016-06-22)
------------------
Expand Down
2 changes: 1 addition & 1 deletion test_nodelet/package.xml
@@ -1,6 +1,6 @@
<package>
<name>test_nodelet</name>
<version>1.9.5</version>
<version>1.9.6</version>
<description>
A package for nodelet unit tests
</description>
Expand Down
4 changes: 2 additions & 2 deletions test_nodelet_topic_tools/CHANGELOG.rst
Expand Up @@ -2,8 +2,8 @@
Changelog for package test_nodelet_topic_tools
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
1.9.6 (2016-09-20)
------------------
* Add NodeletLazy abstract class for lazy transport (`#45 <https://github.com/ros/nodelet_core/issues/45>`_)
* Add NodeletLazy abstract class for lazy transport
* Add test for NodeletLazy with checking its lazy-ness
Expand Down
2 changes: 1 addition & 1 deletion test_nodelet_topic_tools/package.xml
@@ -1,6 +1,6 @@
<package>
<name>test_nodelet_topic_tools</name>
<version>1.9.5</version>
<version>1.9.6</version>
<description>
A package for nodelet_topic_tools unit tests.
</description>
Expand Down

0 comments on commit 9e5bea9

Please sign in to comment.