File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
Changelog for package urdfdom_py
3
3
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4
4
5
- Forthcoming
6
- -----------
5
+ 1.2.1 (2023-05-01)
6
+ ------------------
7
7
* Switch to unittest.mock (`#78 <https://github.com/ros/urdf_parser_py/issues/78 >`_)
8
8
* Add BSD LICENSE file (`#77 <https://github.com/ros/urdf_parser_py/issues/77 >`_)
9
9
* Update Maintainers (`#76 <https://github.com/ros/urdf_parser_py/issues/76 >`_)
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
<package format =" 3" >
3
3
<name >urdfdom_py</name >
4
- <version >1.2.0 </version >
4
+ <version >1.2.1 </version >
5
5
<description >Python implementation of the URDF parser.</description >
6
6
7
7
<maintainer email =" clalancette@openrobotics.org" >Chris Lalancette</maintainer >
Original file line number Diff line number Diff line change 5
5
6
6
setup (
7
7
name = package_name ,
8
- version = '1.2.0 ' ,
8
+ version = '1.2.1 ' ,
9
9
package_dir = {'' : 'src' },
10
10
packages = ['urdf_parser_py' , 'urdf_parser_py.xml_reflection' ],
11
11
data_files = [
You can’t perform that action at this time.
0 commit comments