Skip to content

Commit

Permalink
3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-hanheide committed Nov 24, 2023
1 parent 87727a8 commit 1e8ade0
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions bayesian_topological_localisation/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package bayesian_topological_localisation
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
3.0.2 (2023-11-24)
------------------

3.0.1 (2023-11-23)
------------------
Expand Down
2 changes: 1 addition & 1 deletion bayesian_topological_localisation/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_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>bayesian_topological_localisation</name>
<version>3.0.1</version>
<version>3.0.2</version>
<description>The ros2 bayesian_topological_localisation package</description>

<maintainer email="fdelduchetto@lincoln.ac.uk">Francesco Del Duchetto</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion bayesian_topological_localisation/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name=package_name,
version='3.0.1',
version='3.0.2',
packages=[package_name],
data_files=[
('share/ament_index/resource_index/packages',
Expand Down
4 changes: 2 additions & 2 deletions topological_navigation/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package topological_navigation
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
3.0.2 (2023-11-24)
------------------
* Merge pull request `#174 <https://github.com/LCAS/topological_navigation/issues/174>`_ from Iranaphor/humble-dev-dependencies
removal of pip dependency
* removal of pip dependency
Expand Down
2 changes: 1 addition & 1 deletion topological_navigation/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_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>topological_navigation</name>
<version>3.0.1</version>
<version>3.0.2</version>
<description>The ros2 topological_navigation package</description>


Expand Down
2 changes: 1 addition & 1 deletion topological_navigation/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name=package_name,
version='3.0.1',
version='3.0.2',
packages=find_packages(),
data_files=[
('share/ament_index/resource_index/packages',
Expand Down
4 changes: 2 additions & 2 deletions topological_navigation_msgs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package topological_navigation_msgs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
3.0.2 (2023-11-24)
------------------

3.0.1 (2023-11-23)
------------------
Expand Down
2 changes: 1 addition & 1 deletion topological_navigation_msgs/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_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>topological_navigation_msgs</name>
<version>3.0.1</version>
<version>3.0.2</version>
<description>The ros2 topological_navigation_msgs package</description>


Expand Down
4 changes: 2 additions & 2 deletions topological_utils/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package topological_utils
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
3.0.2 (2023-11-24)
------------------

3.0.1 (2023-11-23)
------------------
Expand Down
2 changes: 1 addition & 1 deletion topological_utils/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_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>topological_utils</name>
<version>3.0.1</version>
<version>3.0.2</version>
<description>The ros2 topological_utils package</description>


Expand Down
2 changes: 1 addition & 1 deletion topological_utils/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name=package_name,
version='3.0.1',
version='3.0.2',
packages=[package_name],
data_files=[
('share/ament_index/resource_index/packages',
Expand Down

0 comments on commit 1e8ade0

Please sign in to comment.