Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
This commit is contained in:
Christophe Bedard 2020-05-27 08:56:31 -04:00
parent b99a0caf15
commit dfcfe503c1
12 changed files with 14 additions and 14 deletions

View file

@ -2,8 +2,8 @@
Changelog for package tracetools_launch
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Forthcoming
-----------
1.0.1 (2020-05-27)
------------------
* Deprecation fixes
* Contributors: Christophe Bedard

View file

@ -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>tracetools_launch</name>
<version>1.0.0</version>
<version>1.0.1</version>
<description>Launch integration for tracing.</description>
<maintainer email="bedard.christophe@gmail.com">Christophe Bedard</maintainer>
<maintainer email="ingo.luetkebohle@de.bosch.com">Ingo Luetkebohle</maintainer>

View file

@ -7,7 +7,7 @@ package_name = 'tracetools_launch'
setup(
name=package_name,
version='1.0.0',
version='1.0.1',
packages=find_packages(exclude=['test']),
data_files=[
('share/' + package_name, ['package.xml']),