Skip to content
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.

Commit

Permalink
Bump commits (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
Taehun Lim authored Jul 14, 2022
1 parent 4e51e91 commit 6c38fa9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package py_trees_ros_viewer
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

4.3.0 (2022-07-15)
------------------

4.2.0 (2022-06-24)
------------------

Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>py_trees_ros_viewer</name>
<version>4.2.0</version>
<version>4.3.0</version>
<description>
A Qt-JS application for visualisation of executing/log-replayed behaviour trees in a ROS2 ecosystem.
</description>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class OverrideInstall(install):
# py_trees-<version>.js (and version variable therein)
# py_trees-<version.css
# index.html.
version='4.2.0', # also package.xml
version='4.3.0', # also package.xml
packages=find_packages(exclude=['tests*', 'docs*']),
data_files=[
('share/ament_index/resource_index/packages', ['resource/' + package_name]),
Expand Down

0 comments on commit 6c38fa9

Please sign in to comment.