Skip to content

Commit

Permalink
5.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
marip8 committed Sep 9, 2024
1 parent 4ab5967 commit 6393535
Show file tree
Hide file tree
Showing 13 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions snp_application/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package snp_application
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
5.0.3 (2024-09-09)
------------------

5.0.2 (2024-08-16)
------------------
Expand Down
2 changes: 1 addition & 1 deletion snp_application/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>snp_application</name>
<version>5.0.2</version>
<version>5.0.3</version>
<description>
GUI application to run Scan-N-Plan for ROSCon 2021 workshop.
</description>
Expand Down
4 changes: 2 additions & 2 deletions snp_motion_execution/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package snp_motion_execution
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
5.0.3 (2024-09-09)
------------------

5.0.2 (2024-08-16)
------------------
Expand Down
2 changes: 1 addition & 1 deletion snp_motion_execution/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>snp_motion_execution</name>
<version>5.0.2</version>
<version>5.0.3</version>
<description>SNP motion execution package</description>
<maintainer email="[email protected]">lbayewallace</maintainer>
<license>BSD</license>
Expand Down
4 changes: 2 additions & 2 deletions snp_motion_planning/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package snp_motion_planning
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
5.0.3 (2024-09-09)
------------------

5.0.2 (2024-08-16)
------------------
Expand Down
2 changes: 1 addition & 1 deletion snp_motion_planning/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>snp_motion_planning</name>
<version>5.0.2</version>
<version>5.0.3</version>
<description>SNP Motion Planning</description>
<maintainer email="[email protected]">Michael Ripperger</maintainer>
<license>Apache 2.0</license>
Expand Down
4 changes: 2 additions & 2 deletions snp_msgs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package snp_msgs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
5.0.3 (2024-09-09)
------------------

5.0.2 (2024-08-16)
------------------
Expand Down
2 changes: 1 addition & 1 deletion snp_msgs/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>snp_msgs</name>
<version>5.0.2</version>
<version>5.0.3</version>
<description>
The SNP Msgs package contains custom messages used by the scan n plan demo system.
</description>
Expand Down
4 changes: 2 additions & 2 deletions snp_scanning/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package snp_scanning
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
5.0.3 (2024-09-09)
------------------

5.0.2 (2024-08-16)
------------------
Expand Down
2 changes: 1 addition & 1 deletion snp_scanning/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>snp_scanning</name>
<version>5.0.2</version>
<version>5.0.3</version>
<description>SNP scanning package</description>
<maintainer email="[email protected]">Tyler Marr</maintainer>
<license>BSD</license>
Expand Down
2 changes: 1 addition & 1 deletion snp_scanning/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name=package_name,
version='5.0.2',
version='5.0.3',
packages=[],
data_files=[
('share/ament_index/resource_index/packages',
Expand Down
4 changes: 2 additions & 2 deletions snp_tpp/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package snp_tpp
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
5.0.3 (2024-09-09)
------------------

5.0.2 (2024-08-16)
------------------
Expand Down
2 changes: 1 addition & 1 deletion snp_tpp/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>snp_tpp</name>
<version>5.0.2</version>
<version>5.0.3</version>
<description>
Scan N Plan Tool Path Planning Package
This package contains a ROS2 wrapper around the ROS-Industrial Noether library. This exposes
Expand Down

0 comments on commit 6393535

Please sign in to comment.