Skip to content

Commit

Permalink
Bump version to 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
luator committed Jul 30, 2024
1 parent 061cdaa commit 218779b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## [Unreleased]

## [2.0.2] - 2024-07-30
### Fixed
- URDF files where only added when installed from source but not included in the wheel
that is pushed to PyPI. This is fixed now.

## [2.0.1] - 2024-07-30
### Changed
- Converted to pure Python package. You can still use the package in a colcon workspace
Expand All @@ -24,6 +29,7 @@ There is no changelog for this or earlier versions.

---

[Unreleased]: https://github.com/open-dynamic-robot-initiative/robot_properties_fingers/compare/v2.0.1...HEAD
[Unreleased]: https://github.com/open-dynamic-robot-initiative/robot_properties_fingers/compare/v2.0.2...HEAD
[2.0.2]: https://github.com/open-dynamic-robot-initiative/robot_properties_fingers/compare/v2.0.1...v2.0.2
[2.0.1]: https://github.com/open-dynamic-robot-initiative/robot_properties_fingers/compare/v1.1.0...v2.0.1
[1.1.0]: https://github.com/open-dynamic-robot-initiative/robot_properties_fingers/releases/tag/v1.1.0
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>robot_properties_fingers</name>
<version>2.0.1</version>
<version>2.0.2</version>
<description>URDF files and meshes of the (Tri-)Finger robots.</description>
<maintainer email="[email protected]">Felix Widmaier</maintainer>
<license>BSD-3-Clause</license>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def load_readme() -> str:

setup(
name=package_name,
version="2.0.1",
version="2.0.2",
packages=find_packages(where="src"),
package_dir={"": "src"},
package_data={"robot_properties_fingers": ["meshes/*.stl", "meshes/**/*.stl"]},
Expand Down

0 comments on commit 218779b

Please sign in to comment.