Skip to content

Commit ff07738

Browse files
committed
Update version
1 parent 2eeadc8 commit ff07738

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Changelog for package py_trees_parser
22

33
.. This is only a rough description of the main changes of the repository
4+
0.7.0 (2025-03-28)
5+
------------------
6+
* Add support for SuccessOnSelected parallel policy
7+
48
0.6.1 (2025-03-21)
59
------------------
610
* Add inline argument substitution

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>py_trees_parser</name>
5-
<version>0.6.1</version>
5+
<version>0.7.0</version>
66
<description>A py_trees xml parser</description>
77
<maintainer email="[email protected]">Erich L Foster</maintainer>
88
<license>Apache-2.0</license>

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
setup(
2222
name=package_name,
23-
version="0.6.1",
23+
version="0.7.0",
2424
packages=find_packages(exclude=["test"]),
2525
data_files=[
2626
("share/ament_index/resource_index/packages", [os.path.join("resource", package_name)]),

0 commit comments

Comments
 (0)