Skip to content

Commit

Permalink
0.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ahcorde committed Apr 16, 2024
1 parent 183889b commit 2391d5c
Show file tree
Hide file tree
Showing 28 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion ros2action/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_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>ros2action</name>
<version>0.31.2</version>
<version>0.32.0</version>
<description>
The action command for ROS 2 command line tools.
</description>
Expand Down
2 changes: 1 addition & 1 deletion ros2action/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name=package_name,
version='0.31.2',
version='0.32.0',
packages=find_packages(exclude=['test']),
data_files=[
('share/' + package_name, ['package.xml']),
Expand Down
2 changes: 1 addition & 1 deletion ros2cli/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_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>ros2cli</name>
<version>0.31.2</version>
<version>0.32.0</version>
<description>
Framework for ROS 2 command line tools.
</description>
Expand Down
2 changes: 1 addition & 1 deletion ros2cli/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='ros2cli',
version='0.31.2',
version='0.32.0',
packages=find_packages(exclude=['test']),
extras_require={
'completion': ['argcomplete'],
Expand Down
2 changes: 1 addition & 1 deletion ros2cli_test_interfaces/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>ros2cli_test_interfaces</name>
<version>0.31.2</version>
<version>0.32.0</version>
<description>A package containing interface definitions for testing ros2cli.</description>

<maintainer email="audrow@openrobotics.org">Audrow Nash</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion ros2component/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_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>ros2component</name>
<version>0.31.2</version>
<version>0.32.0</version>
<description>
The component command for ROS 2 command line tools.
</description>
Expand Down
2 changes: 1 addition & 1 deletion ros2component/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name=package_name,
version='0.31.2',
version='0.32.0',
packages=find_packages(exclude=['test']),
data_files=[
('share/' + package_name, ['package.xml']),
Expand Down
2 changes: 1 addition & 1 deletion ros2doctor/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>ros2doctor</name>
<version>0.31.2</version>
<version>0.32.0</version>
<description>A command line tool to check potential issues in a ROS 2 system</description>

<maintainer email="audrow@openrobotics.org">Audrow Nash</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion ros2doctor/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name=package_name,
version='0.31.2',
version='0.32.0',
packages=find_packages(exclude=['test']),
data_files=[
('share/' + package_name, ['package.xml']),
Expand Down
2 changes: 1 addition & 1 deletion ros2interface/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>ros2interface</name>
<version>0.31.2</version>
<version>0.32.0</version>
<description>
The interface command for ROS 2 command line tools
</description>
Expand Down
2 changes: 1 addition & 1 deletion ros2interface/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name=package_name,
version='0.31.2',
version='0.32.0',
packages=find_packages(exclude=['test']),
data_files=[
('share/' + package_name, ['package.xml']),
Expand Down
2 changes: 1 addition & 1 deletion ros2lifecycle/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_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>ros2lifecycle</name>
<version>0.31.2</version>
<version>0.32.0</version>
<description>
The lifecycle command for ROS 2 command line tools.
</description>
Expand Down
2 changes: 1 addition & 1 deletion ros2lifecycle/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name=package_name,
version='0.31.2',
version='0.32.0',
packages=find_packages(exclude=['test']),
data_files=[
('share/' + package_name, ['package.xml']),
Expand Down
2 changes: 1 addition & 1 deletion ros2lifecycle_test_fixtures/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_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>ros2lifecycle_test_fixtures</name>
<version>0.31.2</version>
<version>0.32.0</version>
<description>Package containing fixture nodes for ros2lifecycle tests</description>

<maintainer email="audrow@openrobotics.org">Audrow Nash</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion ros2multicast/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_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>ros2multicast</name>
<version>0.31.2</version>
<version>0.32.0</version>
<description>
The multicast command for ROS 2 command line tools.
</description>
Expand Down
2 changes: 1 addition & 1 deletion ros2multicast/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name=package_name,
version='0.31.2',
version='0.32.0',
packages=find_packages(exclude=['test']),
data_files=[
('share/' + package_name, ['package.xml']),
Expand Down
2 changes: 1 addition & 1 deletion ros2node/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_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>ros2node</name>
<version>0.31.2</version>
<version>0.32.0</version>
<description>
The node command for ROS 2 command line tools.
</description>
Expand Down
2 changes: 1 addition & 1 deletion ros2node/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name=package_name,
version='0.31.2',
version='0.32.0',
packages=find_packages(exclude=['test']),
data_files=[
('share/' + package_name, ['package.xml']),
Expand Down
2 changes: 1 addition & 1 deletion ros2param/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_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>ros2param</name>
<version>0.31.2</version>
<version>0.32.0</version>
<description>
The param command for ROS 2 command line tools.
</description>
Expand Down
2 changes: 1 addition & 1 deletion ros2param/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name=package_name,
version='0.31.2',
version='0.32.0',
packages=find_packages(exclude=['test']),
data_files=[
('share/' + package_name, ['package.xml']),
Expand Down
2 changes: 1 addition & 1 deletion ros2pkg/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_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>ros2pkg</name>
<version>0.31.2</version>
<version>0.32.0</version>
<description>
The pkg command for ROS 2 command line tools.
</description>
Expand Down
2 changes: 1 addition & 1 deletion ros2pkg/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name=package_name,
version='0.31.2',
version='0.32.0',
packages=find_packages(exclude=['test']),
data_files=[
('share/' + package_name, ['package.xml']),
Expand Down
2 changes: 1 addition & 1 deletion ros2run/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_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>ros2run</name>
<version>0.31.2</version>
<version>0.32.0</version>
<description>
The run command for ROS 2 command line tools.
</description>
Expand Down
2 changes: 1 addition & 1 deletion ros2run/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name=package_name,
version='0.31.2',
version='0.32.0',
packages=find_packages(exclude=['test']),
data_files=[
('share/' + package_name, ['package.xml']),
Expand Down
2 changes: 1 addition & 1 deletion ros2service/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_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>ros2service</name>
<version>0.31.2</version>
<version>0.32.0</version>
<description>
The service command for ROS 2 command line tools.
</description>
Expand Down
2 changes: 1 addition & 1 deletion ros2service/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name=package_name,
version='0.31.2',
version='0.32.0',
packages=find_packages(exclude=['test']),
data_files=[
('share/' + package_name, ['package.xml']),
Expand Down
2 changes: 1 addition & 1 deletion ros2topic/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_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>ros2topic</name>
<version>0.31.2</version>
<version>0.32.0</version>
<description>
The topic command for ROS 2 command line tools.
</description>
Expand Down
2 changes: 1 addition & 1 deletion ros2topic/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name=package_name,
version='0.31.2',
version='0.32.0',
packages=find_packages(exclude=['test']),
data_files=[
('share/' + package_name, ['package.xml']),
Expand Down

0 comments on commit 2391d5c

Please sign in to comment.