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 22Changelog 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 >`_)
Original file line number Diff line number Diff line change 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 =" clalancette@openrobotics.org" >Chris Lalancette</maintainer >
Original file line number Diff line number Diff line change 55
66setup (
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 = [
You can’t perform that action at this time.
0 commit comments