Skip to content

Commit 9fc8d4b

Browse files
committed
1.6.3
1 parent 4990288 commit 9fc8d4b

File tree

10 files changed

+14
-14
lines changed

10 files changed

+14
-14
lines changed

rmf_building_map_tools/CHANGELOG.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package rmf\_building\_map\_tools
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
1.6.3 (2024-11-05)
6+
------------------
77
* backport pit crew fixes (`#500 <https://github.com/open-rmf/rmf_traffic_editor/issues/500>`_)
88
* Contributors: methylDragon, Teo Koon Peng
99

rmf_building_map_tools/package.xml

+1-1
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>rmf_building_map_tools</name>
5-
<version>1.6.2</version>
5+
<version>1.6.3</version>
66
<description>RMF Building map tools</description>
77
<maintainer email="[email protected]">Morgan Quigley</maintainer>
88
<maintainer email="[email protected]">Marco A. Gutiérrez</maintainer>

rmf_building_map_tools/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name=package_name,
8-
version='1.6.2',
8+
version='1.6.3',
99
packages=[
1010
'building_crowdsim',
1111
'building_crowdsim.navmesh',

rmf_traffic_editor/CHANGELOG.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package rmf\_traffic\_editor
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
1.6.3 (2024-11-05)
6+
------------------
77
* Fix reference file name being kept when loading new building (`#503 <https://github.com/open-rmf/rmf_traffic_editor/pull/503>`_)
88
* Contributors: Luca Della Vedova
99

rmf_traffic_editor/package.xml

+1-1
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>rmf_traffic_editor</name>
5-
<version>1.6.2</version>
5+
<version>1.6.3</version>
66
<description>traffic editor</description>
77
<maintainer email="[email protected]">Morgan Quigley</maintainer>
88
<maintainer email="[email protected]">Marco A. Gutiérrez</maintainer>

rmf_traffic_editor_assets/CHANGELOG.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package rmf\_traffic\_editor\_assets
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
1.6.3 (2024-11-05)
6+
------------------
77

88
1.6.2 (2023-08-10)
99
------------------

rmf_traffic_editor_assets/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="2">
44
<name>rmf_traffic_editor_assets</name>
5-
<version>1.6.2</version>
5+
<version>1.6.3</version>
66
<description>Assets for use with traffic_editor.</description>
77

88
<maintainer email="[email protected]">Brandon Ong</maintainer>

rmf_traffic_editor_assets/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
setup(
1515
name=package_name,
16-
version='1.6.2',
16+
version='1.6.3',
1717
packages=[],
1818
data_files=[
1919
('share/ament_index/resource_index/packages',

rmf_traffic_editor_test_maps/CHANGELOG.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package rmf\_traffic\_editor\_test\_maps
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
1.6.3 (2024-11-05)
6+
------------------
77

88
1.6.2 (2023-08-10)
99
------------------

rmf_traffic_editor_test_maps/package.xml

+1-1
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>rmf_traffic_editor_test_maps</name>
5-
<version>1.6.2</version>
5+
<version>1.6.3</version>
66
<description>
77
Some test maps for traffic_editor and rmf_building_map_tools.
88
</description>

0 commit comments

Comments
 (0)