Skip to content

Commit

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

Forthcoming
-----------
0.1.1 (2024-10-01)
------------------

0.1.0 (2024-09-16)
------------------
Expand Down
2 changes: 1 addition & 1 deletion ament_cmake_virtualenv/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<package format="2">
<name>ament_cmake_virtualenv</name>
<version>0.1.0</version>
<version>0.1.1</version>
<description>Bundle python requirements in a ament package via virtualenv.</description>

<maintainer email="v-krichenbauer7715@esol.co.jp">Max Krichenbauer</maintainer>
Expand Down
4 changes: 2 additions & 2 deletions ament_virtualenv/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package ament_virtualenv
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.1.1 (2024-10-01)
------------------

0.1.0 (2024-09-16)
------------------
Expand Down
2 changes: 1 addition & 1 deletion ament_virtualenv/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<package format="2">
<name>ament_virtualenv</name>
<version>0.1.0</version>
<version>0.1.1</version>
<description>Bundle python requirements in a ament package via virtualenv.</description>

<maintainer email="v-krichenbauer7715@esol.co.jp">Max Krichenbauer</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion ament_virtualenv/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

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

0 comments on commit a3162b1

Please sign in to comment.