Skip to content

Commit

Permalink
1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoag committed Apr 26, 2024
1 parent b2c46f1 commit db2fe16
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_publisher
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
1.8.0 (2024-04-26)
------------------

1.7.2 (2024-03-28)
------------------
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_publisher</name>
<version>1.7.2</version>
<version>1.8.0</version>
<description>rqt_publisher provides a GUI plugin for publishing arbitrary messages with fixed or computed field values.</description>

<maintainer email="[email protected]">Chris Lalancette</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='1.7.2',
version='1.8.0',
packages=[package_name],
package_dir={'': 'src'},
data_files=[
Expand Down

0 comments on commit db2fe16

Please sign in to comment.