Skip to content

Commit

Permalink
0.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
clalancette committed Jun 17, 2024
1 parent ac312dc commit 2695c27
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package ament_package
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.17.1 (2024-06-17)
-------------------
* Always consider .dsv files, even when no shell specific script exists (`#147 <https://github.com/ament/ament_package/issues/147>`_)
* Contributors: Addisu Z. Taddese

Expand Down
2 changes: 1 addition & 1 deletion 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_package</name>
<version>0.17.0</version>
<version>0.17.1</version>
<description>The parser for the manifest files in the ament buildsystem.</description>

<maintainer email="dharini@openrobotics.org">Dharini Dutia</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

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

0 comments on commit 2695c27

Please # to comment.