We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f153551 commit a9f50f1Copy full SHA for a9f50f1
CITATION.cff
@@ -1,8 +1,8 @@
1
cff-version: 1.2.0
2
message: "If you find this code helpful, please cite it as below."
3
title: "robot_descriptions.py: Robot descriptions in Python"
4
-version: 1.20.0
5
-date-released: 2025-07-15
+version: 1.21.0
+date-released: 2025-09-03
6
url: "https://github.com/robot-descriptions/robot_descriptions.py"
7
license: "Apache-2.0"
8
authors:
robot_descriptions/__init__.py
@@ -8,6 +8,6 @@
9
from ._descriptions import DESCRIPTIONS
10
11
-__version__ = "1.20.0"
+__version__ = "1.21.0"
12
13
__all__ = ["DESCRIPTIONS"]
0 commit comments