Skip to content

Commit 6cab671

Browse files
Release v1.14.0
1 parent 77bd036 commit 6cab671

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

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.14.0] - 2025-01-07
8+
79
### Added
810

911
- Description: SO-ARM100 (MJCF) (thanks to @JafarAbdi)
@@ -399,7 +401,8 @@ This initial release includes 33 robot descriptions:
399401
- Contributing instructions
400402
- This changelog
401403

402-
[unreleased]: https://github.com/robot-descriptions/robot_descriptions.py/compare/v1.13.0...HEAD
404+
[unreleased]: https://github.com/robot-descriptions/robot_descriptions.py/compare/v1.14.0...HEAD
405+
[1.14.0]: https://github.com/robot-descriptions/robot_descriptions.py/compare/v1.13.0...v1.14.0
403406
[1.13.0]: https://github.com/robot-descriptions/robot_descriptions.py/compare/v1.12.0...v1.13.0
404407
[1.12.0]: https://github.com/robot-descriptions/robot_descriptions.py/compare/v1.11.0...v1.12.0
405408
[1.11.0]: https://github.com/robot-descriptions/robot_descriptions.py/compare/v1.10.0...v1.11.0

CITATION.cff

+3-1
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.13.0
4+
version: 1.14.0
55
date-released: 2024-10-30
66
url: "https://github.com/robot-descriptions/robot_descriptions.py"
77
license: "Apache-2.0"
@@ -27,3 +27,5 @@ authors:
2727
- family-names: "Schramm"
2828
given-names: "Fabian"
2929
orcid: "https://orcid.org/0009-0003-4266-6652"
30+
- family-names: "Uruç"
31+
given-names: "Jafar"

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -290,10 +290,10 @@ If you use this project in your works, please cite as follows:
290290
```bibtex
291291
@software{robot_descriptions_py,
292292
title = {{robot_descriptions.py: Robot descriptions in Python}},
293-
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},
293+
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},
294294
license = {Apache-2.0},
295295
url = {https://github.com/robot-descriptions/robot_descriptions.py},
296-
version = {1.13.0},
296+
version = {1.14.0},
297297
year = {2024}
298298
}
299299
```

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.13.0"
9+
__version__ = "1.14.0"

0 commit comments

Comments
 (0)