Skip to content

Commit

Permalink
1.5.3
Browse files Browse the repository at this point in the history
Signed-off-by: Marco A. Gutierrez <[email protected]>
  • Loading branch information
marcoag committed May 14, 2024
1 parent b51e0c9 commit a1ba6dd
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.3 (2024-05-14)
------------------
* Adapted to rosbag2_py (backport `#156 <https://github.com/ros-visualization/rqt_bag/issues/156>`_) (`#165 <https://github.com/ros-visualization/rqt_bag/issues/165>`_)
Adapted to rosbag2_py (`#156 <https://github.com/ros-visualization/rqt_bag/issues/156>`_)
* Switch to an in-built ImageQt class.
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.2</version>
<version>1.5.3</version>
<description>rqt_bag provides a GUI plugin for displaying and replaying ROS bag files.</description>

<maintainer email="[email protected]">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.2',
version='1.5.3',
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.3 (2024-05-14)
------------------
* Adapted to rosbag2_py (backport `#156 <https://github.com/ros-visualization/rqt_bag/issues/156>`_) (`#165 <https://github.com/ros-visualization/rqt_bag/issues/165>`_)
Adapted to rosbag2_py (`#156 <https://github.com/ros-visualization/rqt_bag/issues/156>`_)
* Switch to an in-built ImageQt class.
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.2</version>
<version>1.5.3</version>
<description>rqt_bag provides a GUI plugin for displaying and replaying ROS bag files.</description>

<maintainer email="[email protected]">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.2',
version='1.5.3',
package_dir={'': 'src'},
packages=['rqt_bag_plugins'],
data_files=[
Expand Down

0 comments on commit a1ba6dd

Please sign in to comment.