Skip to content

Commit

Permalink
1.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
clalancette committed Apr 5, 2018
1 parent b58ed2d commit 4707296
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions urdf/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package urdf
^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
1.13.1 (2018-04-05)
-------------------
* Eliminate a deprecation warning by renaming class_loader.h -> class_loader.hpp (`#16 <https://github.com/ros/urdf/issues/16>`_)
* Make the pointers const for the new tinyxml2 APIs (`#15 <https://github.com/ros/urdf/issues/15>`_)
* Contributors: Chris Lalancette, Shane Loretz
Expand Down
2 changes: 1 addition & 1 deletion urdf/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package format="2">
<name>urdf</name>
<version>1.13.0</version>
<version>1.13.1</version>
<description>
This package contains a C++ parser for the Unified Robot Description
Format (URDF), which is an XML format for representing a robot model.
Expand Down
4 changes: 2 additions & 2 deletions urdf_parser_plugin/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package urdf_parser_plugin
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
1.13.1 (2018-04-05)
-------------------

1.13.0 (2018-03-19)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion urdf_parser_plugin/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package>
<name>urdf_parser_plugin</name>
<version>1.13.0</version>
<version>1.13.1</version>
<description>
This package contains a C++ base class for URDF parsers.
</description>
Expand Down

0 comments on commit 4707296

Please sign in to comment.