Skip to content

Commit

Permalink
1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
clalancette committed Nov 20, 2024
1 parent 261607e commit ac78028
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.1 (2024-11-20)
-------------------

1.10.0 (2024-10-03)
-------------------
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.10.0</version>
<version>1.10.1</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.1 (2024-11-20)
-------------------
* Add test_xmllint to ament_index_python. (`#96 <https://github.com/ament/ament_index/issues/96>`_)
* Contributors: Chris Lalancette

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.10.0</version>
<version>1.10.1</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.10.0',
version='1.10.1',
packages=find_packages(exclude=['test']),
data_files=[
('share/' + package_name, ['package.xml']),
Expand Down

0 comments on commit ac78028

Please sign in to comment.