Skip to content

Commit 875a729

Browse files
Release v1.18.0
1 parent 5d53b73 commit 875a729

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-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.18.0] - 2025-06-19
8+
79
### Added
810

911
- Description: Dynamixel 2R (MJCF)
@@ -474,7 +476,8 @@ This initial release includes 33 robot descriptions:
474476
- Contributing instructions
475477
- This changelog
476478

477-
[unreleased]: https://github.com/robot-descriptions/robot_descriptions.py/compare/v1.17.0...HEAD
479+
[unreleased]: https://github.com/robot-descriptions/robot_descriptions.py/compare/v1.18.0...HEAD
480+
[1.18.0]: https://github.com/robot-descriptions/robot_descriptions.py/compare/v1.17.0...v1.18.0
478481
[1.17.0]: https://github.com/robot-descriptions/robot_descriptions.py/compare/v1.16.0...v1.17.0
479482
[1.16.0]: https://github.com/robot-descriptions/robot_descriptions.py/compare/v1.15.0...v1.16.0
480483
[1.15.0]: https://github.com/robot-descriptions/robot_descriptions.py/compare/v1.14.0...v1.15.0

CITATION.cff

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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.17.0
4+
version: 1.18.0
55
date-released: 2025-05-08
66
url: "https://github.com/robot-descriptions/robot_descriptions.py"
77
license: "Apache-2.0"
@@ -32,3 +32,6 @@ authors:
3232
- family-names: "Traversaro"
3333
given-names: "Silvio"
3434
orcid: "https://orcid.org/0000-0002-9283-6133"
35+
- family-names: "Castro"
36+
given-names: "Sebastian"
37+
orcid: "https://orcid.org/0000-0001-5754-9959"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -319,10 +319,10 @@ If you use this project in your works, please cite as follows:
319319
```bibtex
320320
@software{robot_descriptions_py,
321321
title = {{robot_descriptions.py: Robot descriptions in Python}},
322-
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},
322+
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 Castro, Sebastian},
323323
license = {Apache-2.0},
324324
url = {https://github.com/robot-descriptions/robot_descriptions.py},
325-
version = {1.17.0},
325+
version = {1.18.0},
326326
year = {2025}
327327
}
328328
```

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.17.0"
11+
__version__ = "1.18.0"
1212

1313
__all__ = ["DESCRIPTIONS"]

0 commit comments

Comments
 (0)