This commit is contained in:
Christophe Bedard 2019-08-16 16:11:14 +02:00
parent e5ad41f519
commit 5cd03ff502
12 changed files with 14 additions and 14 deletions

View file

@ -2,8 +2,8 @@
Changelog for package tracetools_trace
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Forthcoming
-----------
0.2.6 (2019-08-16)
------------------
* Extract lttng interface functions to other files
* 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_trace</name>
<version>0.2.5</version>
<version>0.2.6</version>
<description>Tools for setting up tracing sessions.</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

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