Skip to content

Commit 68b1364

Browse files
committed
2.2.1
1 parent f1d40f3 commit 68b1364

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 clearpath_config
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
2.2.1 (2025-03-17)
6+
------------------
77
* Added battery to A300 samples.
88
* Contributors: Tony Baltovski
99

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>clearpath_config</name>
5-
<version>2.2.0</version>
5+
<version>2.2.1</version>
66
<description>Clearpath Configuration YAML Parser and Writer</description>
77
<maintainer email="[email protected]">Luis Camero</maintainer>
88
<license>BSD-3</license>

setup.py

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

4141
setup(
4242
name=package_name,
43-
version='2.2.0',
43+
version='2.2.1',
4444
packages=[
4545
package_name,
4646
package_name + '.common',

0 commit comments

Comments
 (0)