Skip to content

Commit fa34a2c

Browse files
0.25.0
1 parent 55f5b39 commit fa34a2c

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-3
lines changed

CHANGELOG.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
0.25.0 (2024-08-16)
2+
-------------------
3+
- Remove Python 2 release configuration.
4+
- https://github.com/ros-infrastructure/rosdep/issues/970
5+
- Remove Python 2 compatibility imports.
6+
- https://github.com/ros-infrastructure/rosdep/issues/973
7+
- Unpin flake8 version and resolve new violations.
8+
- https://github.com/ros-infrastructure/rosdep/issues/975
9+
- Updates to pass flake8-builtins.
10+
- https://github.com/ros-infrastructure/rosdep/issues/974
11+
- Updates to pass flake8-quotes.
12+
- https://github.com/ros-infrastructure/rosdep/issues/972
13+
- Update documentation to recommend installing rosdep via sysem packages.
14+
- https://github.com/ros-infrastructure/rosdep/issues/954
15+
- Check for pip configuration before installing into externally managed environment.
16+
- https://github.com/ros-infrastructure/rosdep/issues/979
17+
- See http://docs.ros.org/en/independent/api/rosdep/html/pip_and_pep_668.html for additional details.
18+
119
0.24.0 (2024-05-07)
220
-------------------
321
- Reapply "fix: pkg_resources deprecated warning"

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.24.0',
9+
'version': '0.25.0',
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.24.0'
4+
__version__ = '0.25.0'

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.24.0)
5+
Depends3: python3-rosdep-modules (>= 0.25.0)
66
Conflicts3: python-rosdep, python-rosdep2, python3-rosdep2
77
Copyright-File: LICENSE
88
Suite3: focal jammy noble bookworm trixie

0 commit comments

Comments
 (0)