Skip to content

Commit 7dd3066

Browse files
Release v1.10.0
1 parent 6a0c29f commit 7dd3066

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

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.9.0
5-
date-released: 2024-01-29
4+
version: 1.10.0
5+
date-released: 2024-04-24
66
url: "https://github.com/robot-descriptions/robot_descriptions.py"
77
license: "Apache-2.0"
88
authors:

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,10 +275,9 @@ If you use this project in your works, please cite as follows:
275275
@software{robot_descriptions_py2024,
276276
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},
277277
license = {Apache-2.0},
278-
month = mar,
279278
title = {{robot_descriptions.py: Robot descriptions in Python}},
280279
url = {https://github.com/robot-descriptions/robot_descriptions.py},
281-
version = {1.9.0},
280+
version = {1.10.0},
282281
year = {2024}
283282
}
284283
```

robot_descriptions/__init__.py

Lines changed: 1 addition & 1 deletion
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.9.0"
9+
__version__ = "1.10.0"

0 commit comments

Comments
 (0)