Skip to content

Commit

Permalink
2.7.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 Mar 28, 2024
1 parent e422cf3 commit b7a51f0
Show file tree
Hide file tree
Showing 12 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions qt_dotgraph/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package qt_dotgraph
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
2.7.3 (2024-03-28)
------------------
* Small fix for modern flake8. (`#289 <https://github.com/ros-visualization/qt_gui_core/issues/289>`_)
* Contributors: Chris Lalancette

Expand Down
2 changes: 1 addition & 1 deletion qt_dotgraph/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package format="2">
<name>qt_dotgraph</name>
<version>2.7.2</version>
<version>2.7.3</version>
<description>
qt_dotgraph provides helpers to work with dot graphs.
</description>
Expand Down
4 changes: 2 additions & 2 deletions qt_gui/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package qt_gui
^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
2.7.3 (2024-03-28)
------------------

2.7.2 (2024-02-07)
------------------
Expand Down
2 changes: 1 addition & 1 deletion qt_gui/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package format="2">
<name>qt_gui</name>
<version>2.7.2</version>
<version>2.7.3</version>
<description>
qt_gui provides the infrastructure for an integrated graphical user interface based on Qt.
It is extensible with Python- and C++-based plugins (implemented in separate packages) which can contribute arbitrary widgets.
Expand Down
4 changes: 2 additions & 2 deletions qt_gui_app/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package qt_gui_app
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
2.7.3 (2024-03-28)
------------------

2.7.2 (2024-02-07)
------------------
Expand Down
2 changes: 1 addition & 1 deletion qt_gui_app/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package format="2">
<name>qt_gui_app</name>
<version>2.7.2</version>
<version>2.7.3</version>
<description>
qt_gui_app provides the main to start an instance of the integrated graphical user interface provided by qt_gui.
</description>
Expand Down
4 changes: 2 additions & 2 deletions qt_gui_core/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package qt_gui_core
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
2.7.3 (2024-03-28)
------------------

2.7.2 (2024-02-07)
------------------
Expand Down
2 changes: 1 addition & 1 deletion qt_gui_core/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package>
<name>qt_gui_core</name>
<version>2.7.2</version>
<version>2.7.3</version>
<description>
Integration of the ROS package system and ROS-specific plugins for a Qt-based GUI.
</description>
Expand Down
4 changes: 2 additions & 2 deletions qt_gui_cpp/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package qt_gui_cpp
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
2.7.3 (2024-03-28)
------------------
* Switch from rcpputils::fs to std::filesystem (`#288 <https://github.com/ros-visualization/qt_gui_core/issues/288>`_)
* Set hints to find the python version we actually want. (`#287 <https://github.com/ros-visualization/qt_gui_core/issues/287>`_)
* Contributors: Chris Lalancette, Christophe Bedard
Expand Down
2 changes: 1 addition & 1 deletion qt_gui_cpp/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package format="2">
<name>qt_gui_cpp</name>
<version>2.7.2</version>
<version>2.7.3</version>
<description>
qt_gui_cpp provides the foundation for C++-bindings for qt_gui and creates bindings for every generator available.
At least one specific binding must be available in order to use C++-plugins.
Expand Down
4 changes: 2 additions & 2 deletions qt_gui_py_common/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package qt_gui_py_common
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
2.7.3 (2024-03-28)
------------------

2.7.2 (2024-02-07)
------------------
Expand Down
2 changes: 1 addition & 1 deletion qt_gui_py_common/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package format="2">
<name>qt_gui_py_common</name>
<version>2.7.2</version>
<version>2.7.3</version>
<description>
qt_gui_py_common provides common functionality for GUI plugins written in Python.
</description>
Expand Down

0 comments on commit b7a51f0

Please sign in to comment.