Skip to content

Commit

Permalink
0.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
dirk-thomas committed Nov 3, 2017
1 parent 0f02d9e commit ab6dbb2
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 16 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
-----------
0.3.8 (2017-11-03)
------------------
* add recursive subgraph parsing, box3d shape, graphics items now immediately parented (`#87 <https://github.com/ros-visualization/qt_gui_core/issues/87>`_)

0.3.7 (2017-10-25)
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>
<name>qt_dotgraph</name>
<version>0.3.7</version>
<version>0.3.8</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
-----------
0.3.8 (2017-11-03)
------------------

0.3.7 (2017-10-25)
------------------
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>
<name>qt_gui</name>
<version>0.3.7</version>
<version>0.3.8</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
-----------
0.3.8 (2017-11-03)
------------------

0.3.7 (2017-10-25)
------------------
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>
<name>qt_gui_app</name>
<version>0.3.7</version>
<version>0.3.8</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
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>0.3.7</version>
<version>0.3.8</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
-----------
0.3.8 (2017-11-03)
------------------

0.3.7 (2017-10-25)
------------------
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>
<name>qt_gui_cpp</name>
<version>0.3.7</version>
<version>0.3.8</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
-----------
0.3.8 (2017-11-03)
------------------

0.3.7 (2017-10-25)
------------------
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>
<name>qt_gui_py_common</name>
<version>0.3.7</version>
<version>0.3.8</version>
<description>
qt_gui_py_common provides common functionality for GUI plugins written in Python.
</description>
Expand Down

0 comments on commit ab6dbb2

Please sign in to comment.