Skip to content

Commit

Permalink
1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
clalancette committed Dec 26, 2023
1 parent 41bf257 commit edaf31a
Show file tree
Hide file tree
Showing 13 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions rqt/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package rqt
^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
1.5.0 (2023-12-26)
------------------

1.4.1 (2023-06-07)
------------------
Expand Down
2 changes: 1 addition & 1 deletion rqt/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package format="2">
<name>rqt</name>
<version>1.4.1</version>
<version>1.5.0</version>
<description>rqt is a Qt-based framework for GUI development for ROS.</description>

<maintainer email="[email protected]">Dharini Dutia</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion rqt/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
package_name = 'rqt'
setup(
name=package_name,
version='1.4.1',
version='1.5.0',
data_files=[
('share/ament_index/resource_index/packages',
['resource/' + package_name]),
Expand Down
4 changes: 2 additions & 2 deletions rqt_gui/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Changelog for package rqt_gui
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
1.5.0 (2023-12-26)
------------------

1.4.1 (2023-06-07)
------------------
Expand Down
2 changes: 1 addition & 1 deletion rqt_gui/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package format="2">
<name>rqt_gui</name>
<version>1.4.1</version>
<version>1.5.0</version>
<description>rqt_gui provides the main to start an instance of the ROS integrated graphical user interface provided by qt_gui.</description>

<maintainer email="[email protected]">Dharini Dutia</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion rqt_gui/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
package_name = 'rqt_gui'
setup(
name=package_name,
version='1.4.1',
version='1.5.0',
package_dir={'': 'src'},
packages=['rqt_gui'],
data_files=[
Expand Down
4 changes: 2 additions & 2 deletions rqt_gui_cpp/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package rqt_gui_cpp
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
1.5.0 (2023-12-26)
------------------
* Switch to target_link_libraries. (`#297 <https://github.com/ros-visualization/rqt/issues/297>`_)
* Contributors: Chris Lalancette

Expand Down
2 changes: 1 addition & 1 deletion rqt_gui_cpp/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package format="2">
<name>rqt_gui_cpp</name>
<version>1.4.1</version>
<version>1.5.0</version>
<description>rqt_gui_cpp enables GUI plugins to use the C++ client library for ROS.</description>

<maintainer email="[email protected]">Dharini Dutia</maintainer>
Expand Down
4 changes: 2 additions & 2 deletions rqt_gui_py/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package rqt_gui_py
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
1.5.0 (2023-12-26)
------------------

1.4.1 (2023-06-07)
------------------
Expand Down
2 changes: 1 addition & 1 deletion rqt_gui_py/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package format="2">
<name>rqt_gui_py</name>
<version>1.4.1</version>
<version>1.5.0</version>
<description>rqt_gui_py enables GUI plugins to use the Python client library for ROS.</description>

<maintainer email="[email protected]">Dharini Dutia</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion rqt_gui_py/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
package_name = 'rqt_gui_py'
setup(
name=package_name,
version='1.4.1',
version='1.5.0',
package_dir={'': 'src'},
packages=['rqt_gui_py'],
data_files=[
Expand Down
4 changes: 2 additions & 2 deletions rqt_py_common/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package rqt_py_common
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
1.5.0 (2023-12-26)
------------------

1.4.1 (2023-06-07)
------------------
Expand Down
2 changes: 1 addition & 1 deletion rqt_py_common/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package format="3">
<name>rqt_py_common</name>
<version>1.4.1</version>
<version>1.5.0</version>
<description>
rqt_py_common provides common functionality for rqt plugins written in Python.
Despite no plugin is provided, this package is part of the rqt_common_plugins
Expand Down

0 comments on commit edaf31a

Please sign in to comment.