Skip to content

Commit a9f50f1

Browse files
Release v1.21.0
1 parent f153551 commit a9f50f1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.20.0
5-
date-released: 2025-07-15
4+
version: 1.21.0
5+
date-released: 2025-09-03
66
url: "https://github.com/robot-descriptions/robot_descriptions.py"
77
license: "Apache-2.0"
88
authors:

robot_descriptions/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88

99
from ._descriptions import DESCRIPTIONS
1010

11-
__version__ = "1.20.0"
11+
__version__ = "1.21.0"
1212

1313
__all__ = ["DESCRIPTIONS"]

0 commit comments

Comments
 (0)