Skip to content

Commit

Permalink
2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
clalancette committed Feb 7, 2024
1 parent 1c08bcd commit 9a47ac2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package rqt_console
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
2.2.1 (2024-02-07)
------------------
* Add a test dependency on pytest. (`#45 <https://github.com/ros-visualization/rqt_console/issues/45>`_)
* Contributors: Arne Hitzmann, Chris Lalancette

Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package format="2">
<name>rqt_console</name>
<version>2.2.0</version>
<version>2.2.1</version>
<description>rqt_console provides a GUI plugin for displaying and filtering ROS messages.</description>

<maintainer email="[email protected]">Dharini Dutia</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name=package_name,
version='2.2.0',
version='2.2.1',
packages=[package_name, package_name + '.filters'],
package_dir={'': 'src'},
data_files=[
Expand Down

0 comments on commit 9a47ac2

Please sign in to comment.