Skip to content

Commit

Permalink
0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
garyservin committed Feb 2, 2024
1 parent c8bb5ac commit 76a2dda
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions catkin_virtualenv/CHANGELOG.rst
Expand Up @@ -144,8 +144,8 @@ Changelog for package catkin_virtualenv
* Drop kinetic
* Contributors: Alec Tiefenthal, Arne Hitzmann, Gary Servin, Iori Yanokura, Jorge López Fueyo, Kalpesh Lad, Paul Bovbel, Shingo Kitagawa, Yuki Furuta

Forthcoming
-----------
0.11.0 (2024-02-02)
-------------------
* 0.10.0
* Update changelogs
* Testing with pip cache purge prior to install pip packages (#103)
Expand Down
2 changes: 1 addition & 1 deletion catkin_virtualenv/package.xml
Expand Up @@ -22,7 +22,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<package format="3">
<name>catkin_virtualenv</name>
<version>0.10.0</version>
<version>0.11.0</version>
<description>Bundle python requirements in a catkin package via virtualenv.</description>

<maintainer email="pbovbel@locusrobotics.com">Paul Bovbel</maintainer>
Expand Down
4 changes: 2 additions & 2 deletions test_catkin_virtualenv/CHANGELOG.rst
Expand Up @@ -48,8 +48,8 @@ Changelog for package test_catkin_virtualenv
* Update changelogs
* Contributors: Gary Servin, Paul Bovbel

Forthcoming
-----------
0.11.0 (2024-02-02)
-------------------
* 0.10.0
* Update changelogs
* Drop python2 and add Jammy support (#101)
Expand Down
2 changes: 1 addition & 1 deletion test_catkin_virtualenv/package.xml
Expand Up @@ -22,7 +22,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<package format="2">
<name>test_catkin_virtualenv</name>
<version>0.10.0</version>
<version>0.11.0</version>
<description>Basic catkin_virtualenv test.</description>

<maintainer email="pbovbel@locusrobotics.com">Paul Bovbel</maintainer>
Expand Down
4 changes: 2 additions & 2 deletions test_catkin_virtualenv_inherited/CHANGELOG.rst
Expand Up @@ -48,8 +48,8 @@ Changelog for package test_catkin_virtualenv_inherited
* Update changelogs
* Contributors: Gary Servin, Paul Bovbel

Forthcoming
-----------
0.11.0 (2024-02-02)
-------------------
* 0.10.0
* Update changelogs
* Drop python2 and add Jammy support (#101)
Expand Down
2 changes: 1 addition & 1 deletion test_catkin_virtualenv_inherited/package.xml
Expand Up @@ -22,7 +22,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<package format="2">
<name>test_catkin_virtualenv_inherited</name>
<version>0.10.0</version>
<version>0.11.0</version>
<description>Test to make sure a package inherits it's dependency's dependencies, but is able to override the version.</description>

<maintainer email="pbovbel@locusrobotics.com">Paul Bovbel</maintainer>
Expand Down

0 comments on commit 76a2dda

Please sign in to comment.