Skip to content

Commit

Permalink
1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
clalancette committed Oct 3, 2024
1 parent 73121d8 commit 05c29be
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions ament_index_cpp/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package ament_index_cpp
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
1.10.0 (2024-10-03)
-------------------

1.9.0 (2024-04-26)
------------------
Expand Down
2 changes: 1 addition & 1 deletion ament_index_cpp/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="2">
<name>ament_index_cpp</name>
<version>1.9.0</version>
<version>1.10.0</version>
<description>
C++ API to access the ament resource index.
</description>
Expand Down
4 changes: 2 additions & 2 deletions ament_index_python/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package ament_index_python
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
1.10.0 (2024-10-03)
-------------------
* Add ament_mypy unit test and export types (`#95 <https://github.com/ament/ament_index/issues/95>`_)
* Contributors: Michael Carlstrom

Expand Down
2 changes: 1 addition & 1 deletion ament_index_python/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="2">
<name>ament_index_python</name>
<version>1.9.0</version>
<version>1.10.0</version>
<description>
Python API to access the ament resource index.
</description>
Expand Down
2 changes: 1 addition & 1 deletion ament_index_python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name=package_name,
version='1.9.0',
version='1.10.0',
packages=find_packages(exclude=['test']),
data_files=[
('share/' + package_name, ['package.xml']),
Expand Down

0 comments on commit 05c29be

Please sign in to comment.