0.2.5
This commit is contained in:
parent
29bef96284
commit
40007f4f96
13 changed files with 16 additions and 16 deletions
|
@ -2,8 +2,8 @@
|
|||
Changelog for package tracetools_read
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Forthcoming
|
||||
-----------
|
||||
0.2.5 (2019-08-15)
|
||||
------------------
|
||||
* Move babeltrace interface functions to separate file to avoid importing it needlessly
|
||||
* Contributors: Christophe Bedard
|
||||
|
||||
|
|
|
@ -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.4</version>
|
||||
<version>0.2.5</version>
|
||||
<description>Tools for reading traces.</description>
|
||||
<maintainer email="fixed-term.christophe.bourquebedard@de.bosch.com">Christophe Bedard</maintainer>
|
||||
<maintainer email="ingo.luetkebohle@de.bosch.com">Ingo Lütkebohle</maintainer>
|
||||
|
|
|
@ -5,7 +5,7 @@ package_name = 'tracetools_read'
|
|||
|
||||
setup(
|
||||
name=package_name,
|
||||
version='0.2.4',
|
||||
version='0.2.5',
|
||||
packages=find_packages(exclude=['test']),
|
||||
data_files=[
|
||||
('share/' + package_name, ['package.xml']),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue