Skip to content

Commit d3acec6

Browse files
committed
2.1.6
Signed-off-by: Audrow Nash <[email protected]>
1 parent f5ab4ff commit d3acec6

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2.1.6 (2025-03-25)
2+
------------------
3+
* Merge pull request `#103 <https://github.com/osrf/osrf_pycommon/issues/103>`_ from christophebedard/christophebedard/fix-typo-on-each-verb
4+
* Contributors: Christophe Bedard
5+
16
2.1.5 (2024-12-18)
27
------------------
38
* Align stdeb dependencies with setup.py (`#101 <https://github.com/osrf/osrf_pycommon/issues/101>`_)

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.5</version>
7+
<version>2.1.6</version>
88
<description>Commonly needed Python modules, used by Python software developed at OSRF.</description>
99

1010
<maintainer email="[email protected]">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.5',
15+
version='2.1.6',
1616
packages=packages,
1717
data_files=[
1818
('share/' + package_name, ['package.xml']),

0 commit comments

Comments
 (0)