Skip to content

Commit 04a7c31

Browse files
Release v1.15.0
1 parent ee47739 commit 04a7c31

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.15.0] - 2025-03-06
8+
79
### Added
810

911
- Description: AgileX PiPER (MJCF)
@@ -421,7 +423,8 @@ This initial release includes 33 robot descriptions:
421423
- Contributing instructions
422424
- This changelog
423425

424-
[unreleased]: https://github.com/robot-descriptions/robot_descriptions.py/compare/v1.14.0...HEAD
426+
[unreleased]: https://github.com/robot-descriptions/robot_descriptions.py/compare/v1.15.0...HEAD
427+
[1.15.0]: https://github.com/robot-descriptions/robot_descriptions.py/compare/v1.14.0...v1.15.0
425428
[1.14.0]: https://github.com/robot-descriptions/robot_descriptions.py/compare/v1.13.0...v1.14.0
426429
[1.13.0]: https://github.com/robot-descriptions/robot_descriptions.py/compare/v1.12.0...v1.13.0
427430
[1.12.0]: https://github.com/robot-descriptions/robot_descriptions.py/compare/v1.11.0...v1.12.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.14.0
5-
date-released: 2025-01-07
4+
version: 1.15.0
5+
date-released: 2025-03-06
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
@@ -306,7 +306,7 @@ If you use this project in your works, please cite as follows:
306306
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},
307307
license = {Apache-2.0},
308308
url = {https://github.com/robot-descriptions/robot_descriptions.py},
309-
version = {1.14.0},
309+
version = {1.15.0},
310310
year = {2025}
311311
}
312312
```

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.14.0"
9+
__version__ = "1.15.0"

0 commit comments

Comments
 (0)