Skip to content

Commit 3ff32d9

Browse files
committed
0.15.0
1 parent 15921ad commit 3ff32d9

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

catkin_virtualenv/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,8 @@ Changelog for package catkin_virtualenv
144144
* Drop kinetic
145145
* Contributors: Alec Tiefenthal, Arne Hitzmann, Gary Servin, Iori Yanokura, Jorge López Fueyo, Kalpesh Lad, Paul Bovbel, Shingo Kitagawa, Yuki Furuta
146146

147-
Forthcoming
148-
-----------
147+
0.15.0 (2025-05-29)
148+
-------------------
149149
* Find pip-compile in global path if it does not exist in venv (`#114 <https://github.com/locusrobotics/catkin_virtualenv/issues/114>`_)
150150
* Use program basename instead of full path (`#117 <https://github.com/locusrobotics/catkin_virtualenv/issues/117>`_)
151151
* [ROS-O] Update dependencies version to support testing on Ubuntu noble / ROS-O (`#115 <https://github.com/locusrobotics/catkin_virtualenv/issues/115>`_)

catkin_virtualenv/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
2222
-->
2323
<package format="3">
2424
<name>catkin_virtualenv</name>
25-
<version>0.14.0</version>
25+
<version>0.15.0</version>
2626
<description>Bundle python requirements in a catkin package via virtualenv.</description>
2727

2828
<maintainer email="[email protected]">Paul Bovbel</maintainer>

test_catkin_virtualenv/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ Changelog for package test_catkin_virtualenv
4848
* Update changelogs
4949
* Contributors: Gary Servin, Paul Bovbel
5050

51-
Forthcoming
52-
-----------
51+
0.15.0 (2025-05-29)
52+
-------------------
5353
* [ROS-O] Update dependencies version to support testing on Ubuntu noble / ROS-O (`#115 <https://github.com/locusrobotics/catkin_virtualenv/issues/115>`_)
5454
* Contributors: Yuki Furuta
5555

test_catkin_virtualenv/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
2222
-->
2323
<package format="2">
2424
<name>test_catkin_virtualenv</name>
25-
<version>0.14.0</version>
25+
<version>0.15.0</version>
2626
<description>Basic catkin_virtualenv test.</description>
2727

2828
<maintainer email="[email protected]">Paul Bovbel</maintainer>

test_catkin_virtualenv_inherited/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ Changelog for package test_catkin_virtualenv_inherited
4848
* Update changelogs
4949
* Contributors: Gary Servin, Paul Bovbel
5050

51-
Forthcoming
52-
-----------
51+
0.15.0 (2025-05-29)
52+
-------------------
5353
* [ROS-O] Update dependencies version to support testing on Ubuntu noble / ROS-O (`#115 <https://github.com/locusrobotics/catkin_virtualenv/issues/115>`_)
5454
* Contributors: Yuki Furuta
5555

test_catkin_virtualenv_inherited/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
2222
-->
2323
<package format="2">
2424
<name>test_catkin_virtualenv_inherited</name>
25-
<version>0.14.0</version>
25+
<version>0.15.0</version>
2626
<description>Test to make sure a package inherits it's dependency's dependencies, but is able to override the version.</description>
2727

2828
<maintainer email="[email protected]">Paul Bovbel</maintainer>

0 commit comments

Comments
 (0)