1.0.6
This commit is contained in:
parent
d71567a4d9
commit
449a0123fd
16 changed files with 22 additions and 22 deletions
|
@ -2,8 +2,8 @@
|
|||
Changelog for package tracetools_read
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Forthcoming
|
||||
-----------
|
||||
1.0.6 (2023-05-27)
|
||||
------------------
|
||||
* Merge branch 'version-1-0-5' into 'foxy'
|
||||
* 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>1.0.5</version>
|
||||
<version>1.0.6</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>
|
||||
|
|
|
@ -5,7 +5,7 @@ package_name = 'tracetools_read'
|
|||
|
||||
setup(
|
||||
name=package_name,
|
||||
version='1.0.5',
|
||||
version='1.0.6',
|
||||
packages=find_packages(exclude=['test']),
|
||||
data_files=[
|
||||
('share/' + package_name, ['package.xml']),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue