Skip to content

Commit

Permalink
1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
clalancette committed May 1, 2023
1 parent ed3587e commit 9c8ab87
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package urdfdom_py
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
1.2.1 (2023-05-01)
------------------
* Switch to unittest.mock (`#78 <https://github.com/ros/urdf_parser_py/issues/78>`_)
* Add BSD LICENSE file (`#77 <https://github.com/ros/urdf_parser_py/issues/77>`_)
* Update Maintainers (`#76 <https://github.com/ros/urdf_parser_py/issues/76>`_)
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>1.2.0</version>
<version>1.2.1</version>
<description>Python implementation of the URDF parser.</description>

<maintainer email="[email protected]">Chris Lalancette</maintainer>
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='1.2.0',
version='1.2.1',
package_dir={'': 'src'},
packages=['urdf_parser_py', 'urdf_parser_py.xml_reflection'],
data_files=[
Expand Down

0 comments on commit 9c8ab87

Please sign in to comment.