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

Bump to 4.5.0 #6

Merged
merged 1 commit into from
Sep 30, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.5.0 (2022-09-30)
------------------

4.4.0 (2022-08-26)
------------------

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.4.0</version>
<version>4.5.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.4.0', # also package.xml
version='4.5.0', # also package.xml
packages=find_packages(exclude=['tests*', 'docs*']),
data_files=[
('share/ament_index/resource_index/packages', ['resource/' + package_name]),
Expand Down