Skip to content

Commit

Permalink
0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cottsay committed May 8, 2024
1 parent 96e2aa7 commit 0858188
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
0.24.0 (2024-05-07)
-------------------
- Reapply "fix: pkg_resources deprecated warning"
- https://github.com/ros-infrastructure/rosdep/issues/968
- Drop support for Python 2
- https://github.com/ros-infrastructure/rosdep/issues/968

0.23.1 (2024-05-07)
-------------------
- Revert "fix: pkg_resources deprecated warning"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# same version as in:
# - src/rosdep2/_version.py
# - stdeb.cfg
'version': '0.23.1',
'version': '0.24.0',
'packages': ['rosdep2', 'rosdep2.ament_packages', 'rosdep2.platforms'],
'package_dir': {'': 'src'},
'install_requires': [
Expand Down
2 changes: 1 addition & 1 deletion src/rosdep2/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# same version as in:
# - setup.py
# - stdeb.cfg
__version__ = '0.23.1'
__version__ = '0.24.0'
2 changes: 1 addition & 1 deletion stdeb.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; rosdep-modules same version as in:
; - setup.py
; - src/rosdep2/_version.py
Depends3: python3-rosdep-modules (>= 0.23.1)
Depends3: python3-rosdep-modules (>= 0.24.0)
Conflicts3: python-rosdep, python-rosdep2, python3-rosdep2
Copyright-File: LICENSE
Suite3: focal jammy noble bookworm trixie
Expand Down

0 comments on commit 0858188

Please sign in to comment.