Skip to content

Commit

Permalink
2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoag committed Apr 26, 2024
1 parent 42c6f7d commit 7e9ad9d
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_action
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
2.3.0 (2024-04-26)
------------------

2.2.0 (2023-04-28)
------------------
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>rqt_action</name>
<version>2.2.0</version>
<version>2.3.0</version>
<description>rqt_action provides a feature to introspect all available ROS action types.</description>

<maintainer email="geoff@openrobotics.org">Geoffrey Biggs</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
package_name = 'rqt_action'
setup(
name=package_name,
version='2.2.0',
version='2.3.0',
package_dir={'': 'src'},
packages=[package_name],
data_files=[
Expand Down

0 comments on commit 7e9ad9d

Please sign in to comment.