Skip to content

Commit 65b78b5

Browse files
Release v1.16.0
1 parent 496288e commit 65b78b5

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
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.16.0] - 2025-04-09
8+
79
### Added
810

911
- Add tags attribute to Description class
@@ -445,7 +447,8 @@ This initial release includes 33 robot descriptions:
445447
- Contributing instructions
446448
- This changelog
447449

448-
[unreleased]: https://github.com/robot-descriptions/robot_descriptions.py/compare/v1.15.0...HEAD
450+
[unreleased]: https://github.com/robot-descriptions/robot_descriptions.py/compare/v1.16.0...HEAD
451+
[1.16.0]: https://github.com/robot-descriptions/robot_descriptions.py/compare/v1.15.0...v1.16.0
449452
[1.15.0]: https://github.com/robot-descriptions/robot_descriptions.py/compare/v1.14.0...v1.15.0
450453
[1.14.0]: https://github.com/robot-descriptions/robot_descriptions.py/compare/v1.13.0...v1.14.0
451454
[1.13.0]: https://github.com/robot-descriptions/robot_descriptions.py/compare/v1.12.0...v1.13.0

Diff for: CITATION.cff

+1-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.15.0
4+
version: 1.16.0
55
date-released: 2025-03-06
66
url: "https://github.com/robot-descriptions/robot_descriptions.py"
77
license: "Apache-2.0"

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ If you use this project in your works, please cite as follows:
313313
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},
314314
license = {Apache-2.0},
315315
url = {https://github.com/robot-descriptions/robot_descriptions.py},
316-
version = {1.15.0},
316+
version = {1.16.0},
317317
year = {2025}
318318
}
319319
```

Diff for: robot_descriptions/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88

99
from ._descriptions import DESCRIPTIONS
1010

11-
__version__ = "1.15.0"
11+
__version__ = "1.16.0"
1212

1313
__all__ = ["DESCRIPTIONS"]

0 commit comments

Comments
 (0)