Skip to content

Commit 48c147a

Browse files
committed
1.7.2
1 parent 457db8a commit 48c147a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package rqt_plot
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
1.7.2 (2025-07-01)
6+
------------------
77
* Added missing test dependency (`#118 <https://github.com/ros-visualization/rqt_plot/issues/118>`_)
88
* Contributors: Alejandro Hernández Cordero
99

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<package format="2">
22
<name>rqt_plot</name>
3-
<version>1.7.1</version>
3+
<version>1.7.2</version>
44
<description>rqt_plot provides a GUI plugin visualizing numeric values in a 2D plot using different plotting backends.</description>
55

66
<maintainer email="[email protected]">Brandon Ong</maintainer>

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name=package_name,
7-
version='1.7.1',
7+
version='1.7.2',
88
packages=[package_name, package_name + '/data_plot'],
99
package_dir={'': 'src'},
1010
data_files=[

0 commit comments

Comments
 (0)