Skip to content

Commit b63d38d

Browse files
committed
8.10.1
1 parent 7216485 commit b63d38d

File tree

17 files changed

+17
-17
lines changed

17 files changed

+17
-17
lines changed

lttngpy/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>lttngpy</name>
5-
<version>8.10.0</version>
5+
<version>8.10.1</version>
66
<description>liblttng-ctl Python bindings</description>
77
<maintainer email="christophe.bedard@apex.ai">Christophe Bedard</maintainer>
88
<license>Apache License 2.0</license>

ros2trace/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>ros2trace</name>
5-
<version>8.10.0</version>
5+
<version>8.10.1</version>
66
<description>The trace command for ROS 2 command line tools.</description>
77
<maintainer email="bedard.christophe@gmail.com">Christophe Bedard</maintainer>
88
<maintainer email="ingo.luetkebohle@de.bosch.com">Ingo Lütkebohle</maintainer>

ros2trace/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='8.10.0',
8+
version='8.10.1',
99
packages=find_packages(exclude=['test']),
1010
data_files=[
1111
('share/' + package_name, ['package.xml']),

test_ros2trace/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>test_ros2trace</name>
5-
<version>8.10.0</version>
5+
<version>8.10.1</version>
66
<description>Tests for the ros2trace package.</description>
77
<maintainer email="bedard.christophe@gmail.com">Christophe Bedard</maintainer>
88
<license>Apache 2.0</license>

test_ros2trace/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='8.10.0',
8+
version='8.10.1',
99
packages=find_packages(exclude=['test']),
1010
data_files=[
1111
('share/' + package_name, ['package.xml']),

test_tracetools/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>test_tracetools</name>
5-
<version>8.10.0</version>
5+
<version>8.10.1</version>
66
<description>Tests for the tracetools package.</description>
77
<maintainer email="bedard.christophe@gmail.com">Christophe Bedard</maintainer>
88
<maintainer email="ingo.luetkebohle@de.bosch.com">Ingo Luetkebohle</maintainer>

test_tracetools_launch/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>test_tracetools_launch</name>
5-
<version>8.10.0</version>
5+
<version>8.10.1</version>
66
<description>Tests for the tracetools_launch package.</description>
77
<maintainer email="bedard.christophe@gmail.com">Christophe Bedard</maintainer>
88
<maintainer email="ingo.luetkebohle@de.bosch.com">Ingo Luetkebohle</maintainer>

test_tracetools_launch/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='8.10.0',
8+
version='8.10.1',
99
packages=find_packages(exclude=['test']),
1010
data_files=[
1111
('share/' + package_name, ['package.xml']),

tracetools/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>tracetools</name>
5-
<version>8.10.0</version>
5+
<version>8.10.1</version>
66
<description>Tracing wrapper for ROS 2.</description>
77
<maintainer email="bedard.christophe@gmail.com">Christophe Bedard</maintainer>
88
<maintainer email="ingo.luetkebohle@de.bosch.com">Ingo Luetkebohle</maintainer>

tracetools_launch/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>tracetools_launch</name>
5-
<version>8.10.0</version>
5+
<version>8.10.1</version>
66
<description>Launch integration for tracing.</description>
77
<maintainer email="bedard.christophe@gmail.com">Christophe Bedard</maintainer>
88
<maintainer email="ingo.luetkebohle@de.bosch.com">Ingo Luetkebohle</maintainer>

0 commit comments

Comments
 (0)