This commit is contained in:
Christophe Bedard 2019-12-09 10:47:01 -08:00
parent 7e2c3a01c5
commit 2583c213f8
15 changed files with 20 additions and 20 deletions

View file

@ -2,8 +2,8 @@
Changelog for package tracetools_read
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Forthcoming
-----------
0.2.11 (2019-12-09)
-------------------
* Register Python packages in the ament index
* 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_read</name>
<version>0.2.10</version>
<version>0.2.11</version>
<description>Tools for reading traces.</description>
<maintainer email="bedard.christophe@gmail.com">Christophe Bedard</maintainer>
<maintainer email="ingo.luetkebohle@de.bosch.com">Ingo Luetkebohle</maintainer>

View file

@ -5,7 +5,7 @@ package_name = 'tracetools_read'
setup(
name=package_name,
version='0.2.10',
version='0.2.11',
packages=find_packages(exclude=['test']),
data_files=[
('share/' + package_name, ['package.xml']),