Skip to content

Commit 78f3744

Browse files
0.25.1
1 parent fa34a2c commit 78f3744

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
0.25.1 (2024-08-22)
2+
-------------------
3+
- Update release environment to avoid using pkg_resources on later platforms.
4+
- No source changes from 0.25.0.
5+
- https://github.com/ros-infrastructure/rosdep/issues/982
6+
17
0.25.0 (2024-08-16)
28
-------------------
39
- Remove Python 2 release configuration.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# same version as in:
77
# - src/rosdep2/_version.py
88
# - stdeb.cfg
9-
'version': '0.25.0',
9+
'version': '0.25.1',
1010
'packages': ['rosdep2', 'rosdep2.ament_packages', 'rosdep2.platforms'],
1111
'package_dir': {'': 'src'},
1212
'install_requires': [

src/rosdep2/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# same version as in:
22
# - setup.py
33
# - stdeb.cfg
4-
__version__ = '0.25.0'
4+
__version__ = '0.25.1'

stdeb.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; rosdep-modules same version as in:
33
; - setup.py
44
; - src/rosdep2/_version.py
5-
Depends3: python3-rosdep-modules (>= 0.25.0)
5+
Depends3: python3-rosdep-modules (>= 0.25.1)
66
Conflicts3: python-rosdep, python-rosdep2, python3-rosdep2
77
Copyright-File: LICENSE
88
Suite3: focal jammy noble bookworm trixie

0 commit comments

Comments
 (0)