0.2.6
This commit is contained in:
parent
e5ad41f519
commit
5cd03ff502
12 changed files with 14 additions and 14 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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']),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue