Skip to content

Commit

Permalink
0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelarguedas committed Aug 20, 2018
1 parent 444e933 commit 4dbd63b
Show file tree
Hide file tree
Showing 20 changed files with 20 additions and 20 deletions.
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.5.3</version>
<version>0.5.4</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.5.3',
version='0.5.4',
packages=find_packages(exclude=['test']),
extras_require={
'completion': ['argcomplete'],
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.5.3</version>
<version>0.5.4</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 @@ -3,7 +3,7 @@

setup(
name='ros2lifecycle',
version='0.5.3',
version='0.5.4',
packages=find_packages(exclude=['test']),
install_requires=['ros2cli'],
zip_safe=True,
Expand Down
2 changes: 1 addition & 1 deletion ros2msg/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>ros2msg</name>
<version>0.5.3</version>
<version>0.5.4</version>
<description>
The msg command for ROS 2 command line tools.
</description>
Expand Down
2 changes: 1 addition & 1 deletion ros2msg/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='ros2msg',
version='0.5.3',
version='0.5.4',
packages=find_packages(exclude=['test']),
install_requires=['ros2cli'],
zip_safe=True,
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.5.3</version>
<version>0.5.4</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 @@ -3,7 +3,7 @@

setup(
name='ros2node',
version='0.5.3',
version='0.5.4',
packages=find_packages(exclude=['test']),
install_requires=['ros2cli'],
zip_safe=True,
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.5.3</version>
<version>0.5.4</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 @@ -3,7 +3,7 @@

setup(
name='ros2param',
version='0.5.3',
version='0.5.4',
packages=find_packages(exclude=['test']),
install_requires=['ros2cli'],
zip_safe=True,
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.5.3</version>
<version>0.5.4</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 @@ -3,7 +3,7 @@

setup(
name='ros2pkg',
version='0.5.3',
version='0.5.4',
packages=find_packages(exclude=['test']),
install_requires=['ros2cli'],
zip_safe=True,
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.5.3</version>
<version>0.5.4</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 @@ -3,7 +3,7 @@

setup(
name='ros2run',
version='0.5.3',
version='0.5.4',
packages=find_packages(exclude=['test']),
install_requires=['ros2cli'],
zip_safe=True,
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.5.3</version>
<version>0.5.4</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 @@ -3,7 +3,7 @@

setup(
name='ros2service',
version='0.5.3',
version='0.5.4',
packages=find_packages(exclude=['test']),
install_requires=['ros2cli'],
zip_safe=True,
Expand Down
2 changes: 1 addition & 1 deletion ros2srv/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>ros2srv</name>
<version>0.5.3</version>
<version>0.5.4</version>
<description>
The srv command for ROS 2 command line tools.
</description>
Expand Down
2 changes: 1 addition & 1 deletion ros2srv/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='ros2srv',
version='0.5.3',
version='0.5.4',
packages=find_packages(exclude=['test']),
install_requires=['ros2cli'],
zip_safe=True,
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.5.3</version>
<version>0.5.4</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 @@ -3,7 +3,7 @@

setup(
name='ros2topic',
version='0.5.3',
version='0.5.4',
packages=find_packages(exclude=['test']),
install_requires=['ros2cli'],
zip_safe=True,
Expand Down

0 comments on commit 4dbd63b

Please sign in to comment.