Skip to content

Commit

Permalink
1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
clalancette committed Feb 14, 2023
1 parent 33c4271 commit 726c375
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package rqt_plot
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
1.2.1 (2023-02-14)
------------------
* [rolling] Update maintainers - 2022-11-07 (`#83 <https://github.com/ros-visualization/rqt_plot/issues/83>`_)
* Contributors: Audrow Nash, Jacob Perron

Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package format="2">
<name>rqt_plot</name>
<version>1.2.0</version>
<version>1.2.1</version>
<description>rqt_plot provides a GUI plugin visualizing numeric values in a 2D plot using different plotting backends.</description>

<maintainer email="brandon@openrobotics.org">Brandon Ong</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name=package_name,
version='1.2.0',
version='1.2.1',
packages=[package_name, package_name + '/data_plot'],
package_dir={'': 'src'},
data_files=[
Expand Down

0 comments on commit 726c375

Please sign in to comment.