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

Commit

Permalink
Merge pull request #7 from ROBOTIS-move/tote
Browse files Browse the repository at this point in the history
Bump to 4.6.0
  • Loading branch information
robotpilot authored Oct 23, 2022
2 parents 98d4188 + 23f68eb commit 6ebad68
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.6.0 (2022-10-21)
------------------

4.5.0 (2022-09-30)
------------------

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.5.0</version>
<version>4.6.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.5.0', # also package.xml
version='4.6.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 6ebad68

Please sign in to comment.