Skip to content

Commit 9c8ab87

Browse files
committed
1.2.1
1 parent ed3587e commit 9c8ab87

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package urdfdom_py
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
1.2.1 (2023-05-01)
6+
------------------
77
* Switch to unittest.mock (`#78 <https://github.com/ros/urdf_parser_py/issues/78>`_)
88
* Add BSD LICENSE file (`#77 <https://github.com/ros/urdf_parser_py/issues/77>`_)
99
* Update Maintainers (`#76 <https://github.com/ros/urdf_parser_py/issues/76>`_)

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="3">
33
<name>urdfdom_py</name>
4-
<version>1.2.0</version>
4+
<version>1.2.1</version>
55
<description>Python implementation of the URDF parser.</description>
66

77
<maintainer email="[email protected]">Chris Lalancette</maintainer>

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name=package_name,
8-
version='1.2.0',
8+
version='1.2.1',
99
package_dir={'': 'src'},
1010
packages=['urdf_parser_py', 'urdf_parser_py.xml_reflection'],
1111
data_files=[

0 commit comments

Comments
 (0)