Skip to content

Commit a8feb18

Browse files
Release v1.22.0
1 parent 423111d commit a8feb18

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
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.22.0] - 2025-12-05
8+
79
### Added
810

911
- Description: Aero Hand Open (MJCF)
@@ -539,7 +541,8 @@ This initial release includes 33 robot descriptions:
539541
- Contributing instructions
540542
- This changelog
541543

542-
[unreleased]: https://github.com/robot-descriptions/robot_descriptions.py/compare/v1.21.0...HEAD
544+
[unreleased]: https://github.com/robot-descriptions/robot_descriptions.py/compare/v1.22.0...HEAD
545+
[1.22.0]: https://github.com/robot-descriptions/robot_descriptions.py/compare/v1.21.0...v1.22.0
543546
[1.21.0]: https://github.com/robot-descriptions/robot_descriptions.py/compare/v1.20.0...v1.21.0
544547
[1.20.0]: https://github.com/robot-descriptions/robot_descriptions.py/compare/v1.19.0...v1.20.0
545548
[1.19.0]: https://github.com/robot-descriptions/robot_descriptions.py/compare/v1.18.0...v1.19.0

CITATION.cff

Lines changed: 2 additions & 2 deletions
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.21.0
5-
date-released: 2025-09-03
4+
version: 1.22.0
5+
date-released: 2025-12-05
66
url: "https://github.com/robot-descriptions/robot_descriptions.py"
77
license: "Apache-2.0"
88
authors:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ If you use this project in your works, please cite as follows:
341341
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 and Uru\c{c}, Jafar and Traversaro, Silvio and Zamora, Jonathan and Castro, Sebastian and Tao, Haixuan Xavier and Yu, Justin and Jallet, Wilson and Zhang, Yutong},
342342
license = {Apache-2.0},
343343
url = {https://github.com/robot-descriptions/robot_descriptions.py},
344-
version = {1.21.0},
344+
version = {1.22.0},
345345
year = {2025}
346346
}
347347
```

robot_descriptions/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88

99
from ._descriptions import DESCRIPTIONS
1010

11-
__version__ = "1.21.0"
11+
__version__ = "1.22.0"
1212

1313
__all__ = ["DESCRIPTIONS"]

0 commit comments

Comments
 (0)