This commit is contained in:
Christophe Bedard 2019-07-31 10:28:19 +02:00
parent 709f4ba9a7
commit ce8bcbd99a
14 changed files with 18 additions and 18 deletions

View file

@ -2,8 +2,8 @@
Changelog for package tracetools_launch
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Forthcoming
-----------
0.2.1 (2019-07-31)
------------------
* Replace special character to fix encoding issue
* 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>0.2.0</version>
<version>0.2.1</version>
<description>Launch integration for tracing.</description>
<maintainer email="fixed-term.christophe.bourquebedard@de.bosch.com">Christophe Bedard</maintainer>
<maintainer email="ingo.luetkebohle@de.bosch.com">Ingo Lütkebohle</maintainer>

View file

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