Skip to content

Commit fbdf06a

Browse files
Release v1.13.0
1 parent 42c29ab commit fbdf06a

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

Diff for: CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [1.13.0] - 2024-10-30
8+
79
### Added
810

911
- Description: Left and right LEAP hand (MJCF) (thanks to @kevinzakka)
@@ -387,7 +389,8 @@ This initial release includes 33 robot descriptions:
387389
- Contributing instructions
388390
- This changelog
389391

390-
[unreleased]: https://github.com/robot-descriptions/robot_descriptions.py/compare/v1.12.0...HEAD
392+
[unreleased]: https://github.com/robot-descriptions/robot_descriptions.py/compare/v1.13.0...HEAD
393+
[1.13.0]: https://github.com/robot-descriptions/robot_descriptions.py/compare/v1.12.0...v1.13.0
391394
[1.12.0]: https://github.com/robot-descriptions/robot_descriptions.py/compare/v1.11.0...v1.12.0
392395
[1.11.0]: https://github.com/robot-descriptions/robot_descriptions.py/compare/v1.10.0...v1.11.0
393396
[1.10.0]: https://github.com/robot-descriptions/robot_descriptions.py/compare/v1.9.0...v1.10.0

Diff for: CITATION.cff

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
cff-version: 1.2.0
22
message: "If you find this code helpful, please cite it as below."
33
title: "robot_descriptions.py: Robot descriptions in Python"
4-
version: 1.12.0
5-
date-released: 2024-08-08
4+
version: 1.13.0
5+
date-released: 2024-10-30
66
url: "https://github.com/robot-descriptions/robot_descriptions.py"
77
license: "Apache-2.0"
88
authors:

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ If you use this project in your works, please cite as follows:
291291
author = {Caron, Stéphane and Romualdi, Giulio and Kozlov, Lev and Ordoñez Apraez, Daniel Felipe and Tadashi Kussaba, Hugo and Bang, Seung Hyeon and Zakka, Kevin and Schramm, Fabian},
292292
license = {Apache-2.0},
293293
url = {https://github.com/robot-descriptions/robot_descriptions.py},
294-
version = {1.12.0},
294+
version = {1.13.0},
295295
year = {2024}
296296
}
297297
```

Diff for: robot_descriptions/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66

77
"""Import open source robot description as Python modules."""
88

9-
__version__ = "1.12.0"
9+
__version__ = "1.13.0"

0 commit comments

Comments
 (0)