Skip to content

Commit

Permalink
0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
garyservin committed Feb 2, 2024
1 parent d122864 commit da11ef9
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 @@ -57,8 +57,8 @@ Changelog for package catkin_virtualenv
* Drop kinetic
* Contributors: Alec Tiefenthal, Gary Servin, Iori Yanokura, Jorge López Fueyo, Paul Bovbel, Shingo Kitagawa, Yuki Furuta

Forthcoming
-----------
0.10.0 (2023-09-25)
-------------------
* Fixing formatting with black
* Add --no-cache-dir
* Moving option
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.9.0</version>
<version>0.10.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 @@ -11,8 +11,8 @@ Changelog for package test_catkin_virtualenv
* Update changelogs
* Contributors: Gary Servin

Forthcoming
-----------
0.10.0 (2023-09-25)
-------------------
* Drop python2 and add Jammy support (#101)
* Updating pip and pip-tools
* Trying older version of pip and pip-tools
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.9.0</version>
<version>0.10.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 @@ -11,8 +11,8 @@ Changelog for package test_catkin_virtualenv_inherited
* Update changelogs
* Contributors: Gary Servin

Forthcoming
-----------
0.10.0 (2023-09-25)
-------------------
* Drop python2 and add Jammy support (#101)
* Updating pip and pip-tools
* Trying older version of pip and pip-tools
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.9.0</version>
<version>0.10.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 da11ef9

Please sign in to comment.