Skip to content

Commit 5fcd6fa

Browse files
committed
2.1.7
1 parent 91e7bba commit 5fcd6fa

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package osrf_pycommon
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
2.1.7 (2025-07-30)
6+
------------------
77
* Fix setuptools deprecations (`#105 <https://github.com/osrf/osrf_pycommon/issues/105>`_)
88
* Contributors: mosfet80
99

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
schematypens="http://www.w3.org/2001/XMLSchema"?>
55
<package format="3">
66
<name>osrf_pycommon</name>
7-
<version>2.1.6</version>
7+
<version>2.1.7</version>
88
<description>Commonly needed Python modules, used by Python software developed at OSRF.</description>
99

1010
<maintainer email="william@openrobotics.org">William Woodall</maintainer>

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setup(
1414
name=package_name,
15-
version='2.1.6',
15+
version='2.1.7',
1616
packages=packages,
1717
data_files=[
1818
('share/' + package_name, ['package.xml']),

0 commit comments

Comments
 (0)