Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dheera committed Jun 20, 2024
1 parent 7cf63fb commit e36fe88
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.3.0
-----
* Fixed issues with "'Unknown QoS history policy, at ./src/qos.cpp:61'"

1.2.1
-----
* Fix for bug "Viewer not found" when rosboard is installed to system
Expand Down
4 changes: 2 additions & 2 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<?xml-model href="http:https://download.ros.org/schema/package_format2.xsd" schematypens="http:https://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>rosboard</name>
<version>1.2.1</version>
<version>1.3.0</version>
<description>ROSBoard</description>
<maintainer email="dheera.r.e.m.o.v.e.t.h.i.s@dheera.net">dheera</maintainer>
<maintainer email="[email protected]">dheera</maintainer>
<license>BSD</license>

<buildtool_depend condition="$ROS_VERSION == 1">catkin</buildtool_depend>
Expand Down
2 changes: 1 addition & 1 deletion rosboard/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.2.1"
__version__ = "1.3.0"
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name=package_name,
version='1.2.1',
version='1.3.0',
packages=find_packages(), #[package_name],
data_files=[
('share/' + package_name, ['package.xml']),
Expand All @@ -30,7 +30,7 @@
},
#zip_safe=True,
maintainer='dheera',
maintainer_email='dheera.r.e.m.o.v.e.t.h.i.s@dheera.net',
maintainer_email='dheeradheera.net',
description='ROS node that turns your robot into a web server to visualize ROS topics',
license='BSD',
tests_require=['pytest'],
Expand Down

0 comments on commit e36fe88

Please sign in to comment.