diff --git a/qt_dotgraph/CHANGELOG.rst b/qt_dotgraph/CHANGELOG.rst index fe65c49e..e309b86d 100644 --- a/qt_dotgraph/CHANGELOG.rst +++ b/qt_dotgraph/CHANGELOG.rst @@ -2,8 +2,8 @@ Changelog for package qt_dotgraph ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Forthcoming ------------ +2.7.1 (2023-12-26) +------------------ 2.7.0 (2023-08-21) ------------------ diff --git a/qt_dotgraph/package.xml b/qt_dotgraph/package.xml index b4167df6..d65872af 100644 --- a/qt_dotgraph/package.xml +++ b/qt_dotgraph/package.xml @@ -1,6 +1,6 @@ qt_dotgraph - 2.7.0 + 2.7.1 qt_dotgraph provides helpers to work with dot graphs. diff --git a/qt_gui/CHANGELOG.rst b/qt_gui/CHANGELOG.rst index 307b793e..987f4898 100644 --- a/qt_gui/CHANGELOG.rst +++ b/qt_gui/CHANGELOG.rst @@ -2,8 +2,8 @@ Changelog for package qt_gui ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Forthcoming ------------ +2.7.1 (2023-12-26) +------------------ * (qt_gui) extended theme logic to get icons (`#279 `_) * Contributors: Matthijs van der Burgh diff --git a/qt_gui/package.xml b/qt_gui/package.xml index b1671d33..edf5b4cf 100644 --- a/qt_gui/package.xml +++ b/qt_gui/package.xml @@ -1,6 +1,6 @@ qt_gui - 2.7.0 + 2.7.1 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. diff --git a/qt_gui_app/CHANGELOG.rst b/qt_gui_app/CHANGELOG.rst index 0ede26aa..e6de75ec 100644 --- a/qt_gui_app/CHANGELOG.rst +++ b/qt_gui_app/CHANGELOG.rst @@ -2,8 +2,8 @@ Changelog for package qt_gui_app ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Forthcoming ------------ +2.7.1 (2023-12-26) +------------------ 2.7.0 (2023-08-21) ------------------ diff --git a/qt_gui_app/package.xml b/qt_gui_app/package.xml index cfb7ee4c..3fd1d0d1 100644 --- a/qt_gui_app/package.xml +++ b/qt_gui_app/package.xml @@ -1,6 +1,6 @@ qt_gui_app - 2.7.0 + 2.7.1 qt_gui_app provides the main to start an instance of the integrated graphical user interface provided by qt_gui. diff --git a/qt_gui_core/CHANGELOG.rst b/qt_gui_core/CHANGELOG.rst index d11ff02a..01e0dd27 100644 --- a/qt_gui_core/CHANGELOG.rst +++ b/qt_gui_core/CHANGELOG.rst @@ -2,8 +2,8 @@ Changelog for package qt_gui_core ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Forthcoming ------------ +2.7.1 (2023-12-26) +------------------ 2.7.0 (2023-08-21) ------------------ diff --git a/qt_gui_core/package.xml b/qt_gui_core/package.xml index 69377d9b..70fe3734 100644 --- a/qt_gui_core/package.xml +++ b/qt_gui_core/package.xml @@ -1,6 +1,6 @@ qt_gui_core - 2.7.0 + 2.7.1 Integration of the ROS package system and ROS-specific plugins for a Qt-based GUI. diff --git a/qt_gui_cpp/CHANGELOG.rst b/qt_gui_cpp/CHANGELOG.rst index fec4105e..db713c43 100644 --- a/qt_gui_cpp/CHANGELOG.rst +++ b/qt_gui_cpp/CHANGELOG.rst @@ -2,8 +2,8 @@ Changelog for package qt_gui_cpp ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Forthcoming ------------ +2.7.1 (2023-12-26) +------------------ 2.7.0 (2023-08-21) ------------------ diff --git a/qt_gui_cpp/package.xml b/qt_gui_cpp/package.xml index 329b6a00..68dfc9c4 100644 --- a/qt_gui_cpp/package.xml +++ b/qt_gui_cpp/package.xml @@ -1,6 +1,6 @@ qt_gui_cpp - 2.7.0 + 2.7.1 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. diff --git a/qt_gui_py_common/CHANGELOG.rst b/qt_gui_py_common/CHANGELOG.rst index 5ad58efd..bdb387a7 100644 --- a/qt_gui_py_common/CHANGELOG.rst +++ b/qt_gui_py_common/CHANGELOG.rst @@ -2,8 +2,8 @@ Changelog for package qt_gui_py_common ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Forthcoming ------------ +2.7.1 (2023-12-26) +------------------ 2.7.0 (2023-08-21) ------------------ diff --git a/qt_gui_py_common/package.xml b/qt_gui_py_common/package.xml index 5e2279cf..617597d3 100644 --- a/qt_gui_py_common/package.xml +++ b/qt_gui_py_common/package.xml @@ -1,6 +1,6 @@ qt_gui_py_common - 2.7.0 + 2.7.1 qt_gui_py_common provides common functionality for GUI plugins written in Python.