Skip to content

Commit 5db92b3

Browse files
committed
1.0.0
1 parent e078c9c commit 5db92b3

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

turtlebot4_cpp_tutorials/CHANGELOG.rst

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

5-
Forthcoming
6-
-----------
5+
1.0.0 (2023-02-24)
6+
------------------
77

88
0.1.0 (2022-05-25)
99
------------------

turtlebot4_cpp_tutorials/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>turtlebot4_cpp_tutorials</name>
5-
<version>0.1.0</version>
5+
<version>1.0.0</version>
66
<description>TurtleBot 4 C++ Tutorials</description>
77
<maintainer email="rkreinin@clearpathrobotics.com">rkreinin</maintainer>
88
<license>Apache 2.0</license>

turtlebot4_python_tutorials/CHANGELOG.rst

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

5-
Forthcoming
6-
-----------
5+
1.0.0 (2023-02-24)
6+
------------------
77

88
0.1.0 (2022-05-25)
99
------------------

turtlebot4_python_tutorials/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>turtlebot4_python_tutorials</name>
5-
<version>0.1.0</version>
5+
<version>1.0.0</version>
66
<description>TurtleBot 4 Python Tutorials</description>
77
<maintainer email="rkreinin@clearpathrobotics.com">rkreinin</maintainer>
88
<license>Apache 2.0</license>

turtlebot4_python_tutorials/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.1.0',
7+
version='1.0.0',
88
packages=[package_name],
99
data_files=[
1010
('share/ament_index/resource_index/packages',

turtlebot4_tutorials/CHANGELOG.rst

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

5-
Forthcoming
6-
-----------
5+
1.0.0 (2023-02-24)
6+
------------------
77

88
0.1.0 (2022-05-25)
99
------------------

turtlebot4_tutorials/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>turtlebot4_tutorials</name>
5-
<version>0.1.0</version>
5+
<version>1.0.0</version>
66
<description>Turtlebot4 Tutorials Metapackage</description>
77
<maintainer email="rkreinin@clearpathrobotics.com">rkreinin</maintainer>
88
<license>Apache 2.0</license>

0 commit comments

Comments
 (0)