Skip to content

Commit 76f36fc

Browse files
committed
0.33.7
1 parent c727d89 commit 76f36fc

File tree

26 files changed

+26
-26
lines changed

26 files changed

+26
-26
lines changed

action_tutorials/action_tutorials_cpp/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>action_tutorials_cpp</name>
5-
<version>0.33.6</version>
5+
<version>0.33.7</version>
66
<description>C++ action tutorial cpp code</description>
77

88
<maintainer email="[email protected]">Aditya Pande</maintainer>

action_tutorials/action_tutorials_interfaces/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>action_tutorials_interfaces</name>
5-
<version>0.33.6</version>
5+
<version>0.33.7</version>
66
<description>Action tutorials action</description>
77

88
<maintainer email="[email protected]">Aditya Pande</maintainer>

action_tutorials/action_tutorials_py/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>action_tutorials_py</name>
5-
<version>0.33.6</version>
5+
<version>0.33.7</version>
66
<description>Python action tutorial code</description>
77

88
<maintainer email="[email protected]">Aditya Pande</maintainer>

action_tutorials/action_tutorials_py/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='0.33.6',
7+
version='0.33.7',
88
packages=[package_name],
99
data_files=[
1010
('share/ament_index/resource_index/packages',

composition/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>composition</name>
5-
<version>0.33.6</version>
5+
<version>0.33.7</version>
66
<description>Examples for composing multiple nodes in a single process.</description>
77

88
<maintainer email="[email protected]">Aditya Pande</maintainer>

demo_nodes_cpp/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="2">
44
<name>demo_nodes_cpp</name>
5-
<version>0.33.6</version>
5+
<version>0.33.7</version>
66
<description>
77
C++ nodes which were previously in the ros2/examples repository but are now just used for demo purposes.
88
</description>

demo_nodes_cpp_native/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="2">
44
<name>demo_nodes_cpp_native</name>
5-
<version>0.33.6</version>
5+
<version>0.33.7</version>
66
<description>
77
C++ nodes which access the native handles of the rmw implementation.
88
</description>

demo_nodes_py/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="2">
44
<name>demo_nodes_py</name>
5-
<version>0.33.6</version>
5+
<version>0.33.7</version>
66
<description>
77
Python nodes which were previously in the ros2/examples repository but are now just used for demo purposes.
88
</description>

demo_nodes_py/setup.py

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

66
setup(
77
name=package_name,
8-
version='0.33.6',
8+
version='0.33.7',
99
packages=find_packages(exclude=['test']),
1010
data_files=[
1111
('share/ament_index/resource_index/packages', ['resource/' + package_name]),

dummy_robot/dummy_map_server/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="2">
44
<name>dummy_map_server</name>
5-
<version>0.33.6</version>
5+
<version>0.33.7</version>
66
<description>
77
dummy map server node
88
</description>

0 commit comments

Comments
 (0)