Skip to content

Commit

Permalink
1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoag committed Sep 6, 2024
1 parent 7ab1439 commit 0885331
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions rqt_bag/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package rqt_bag
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
1.5.4 (2024-09-06)
------------------
* Updated player QoS (backport `#164 <https://github.com/ros-visualization/rqt_bag/issues/164>`_) (`#167 <https://github.com/ros-visualization/rqt_bag/issues/167>`_)
Updated player QoS (`#164 <https://github.com/ros-visualization/rqt_bag/issues/164>`_)
(cherry picked from commit 4a9a69617e439140771a2b292aaa4aa93a213a03)
Expand Down
2 changes: 1 addition & 1 deletion rqt_bag/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package format="3">
<name>rqt_bag</name>
<version>1.5.3</version>
<version>1.5.4</version>
<description>rqt_bag provides a GUI plugin for displaying and replaying ROS bag files.</description>

<maintainer email="clalancette@gmail.com">Chris Lalancette</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion rqt_bag/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
package_name = 'rqt_bag'
setup(
name=package_name,
version='1.5.3',
version='1.5.4',
package_dir={'': 'src'},
packages=['rqt_bag', 'rqt_bag.plugins'],
data_files=[
Expand Down
4 changes: 2 additions & 2 deletions rqt_bag_plugins/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package rqt_bag_plugins
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
1.5.4 (2024-09-06)
------------------

1.5.3 (2024-05-14)
------------------
Expand Down
2 changes: 1 addition & 1 deletion rqt_bag_plugins/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package format="3">
<name>rqt_bag_plugins</name>
<version>1.5.3</version>
<version>1.5.4</version>
<description>rqt_bag provides a GUI plugin for displaying and replaying ROS bag files.</description>

<maintainer email="clalancette@gmail.com">Chris Lalancette</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion rqt_bag_plugins/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
package_name = 'rqt_bag_plugins'
setup(
name=package_name,
version='1.5.3',
version='1.5.4',
package_dir={'': 'src'},
packages=['rqt_bag_plugins'],
data_files=[
Expand Down

0 comments on commit 0885331

Please sign in to comment.