Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
henningkayser committed Jan 6, 2020
1 parent b50e5e2 commit 8a6c609
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Changelog for package urdfdom_py
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.0.0 (2020-01-06)
------------------
* Port to ROS 2

0.4.1 (2019-10-22)
------------------
* Python 3 fixes (`#38 <https://github.com/ros/urdf_parser_py/issues/38>`_ `#43 <https://github.com/ros/urdf_parser_py/issues/43>`_ `#48 <https://github.com/ros/urdf_parser_py/issues/48>`_)
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="3">
<name>urdfdom_py</name>
<version>0.4.1</version>
<version>1.0.0</version>
<description>Python implementation of the URDF parser.</description>

<license>BSD</license>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name=package_name,
version='0.4.1',
version='1.0.0',
package_dir={'': 'src'},
packages=['urdf_parser_py', 'urdf_parser_py.xml_reflection'],
data_files=[
Expand Down

0 comments on commit 8a6c609

Please sign in to comment.