Skip to content

Commit 49d5280

Browse files
committed
1.0.4
1 parent a81f626 commit 49d5280

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package robot_upstart
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
1.0.4 (2024-09-09)
6+
------------------
77
* Make tests pass on ROS 2 (`#124 <https://github.com/clearpathrobotics/robot_upstart/issues/124>`_)
88
* Add Github CI
99
* Contributors: Chris Iverach-Brereton

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>robot_upstart</name>
5-
<version>1.0.3</version>
5+
<version>1.0.4</version>
66
<description>
77
The robot_upstart package provides scripts which may be used to install
88
and uninstall Ubuntu Linux upstart jobs which launch groups of roslaunch files.

setup.py

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

77
setup(
88
name=PACKAGE_NAME,
9-
version='1.0.3',
9+
version='1.0.4',
1010
packages=[PACKAGE_NAME],
1111
data_files=[
1212
('share/ament_index/resource_index/packages',

0 commit comments

Comments
 (0)