From fa34a2ce7e5e574e4aad20f9e6edbffeea468c92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steven!=20Ragnar=C3=B6k?= Date: Fri, 16 Aug 2024 13:18:18 -0700 Subject: [PATCH] 0.25.0 --- CHANGELOG.rst | 18 ++++++++++++++++++ setup.py | 2 +- src/rosdep2/_version.py | 2 +- stdeb.cfg | 2 +- 4 files changed, 21 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7acb076be..cdc175c6c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,21 @@ +0.25.0 (2024-08-16) +------------------- +- Remove Python 2 release configuration. + - https://github.com/ros-infrastructure/rosdep/issues/970 +- Remove Python 2 compatibility imports. + - https://github.com/ros-infrastructure/rosdep/issues/973 +- Unpin flake8 version and resolve new violations. + - https://github.com/ros-infrastructure/rosdep/issues/975 +- Updates to pass flake8-builtins. + - https://github.com/ros-infrastructure/rosdep/issues/974 +- Updates to pass flake8-quotes. + - https://github.com/ros-infrastructure/rosdep/issues/972 +- Update documentation to recommend installing rosdep via sysem packages. + - https://github.com/ros-infrastructure/rosdep/issues/954 +- Check for pip configuration before installing into externally managed environment. + - https://github.com/ros-infrastructure/rosdep/issues/979 + - See http://docs.ros.org/en/independent/api/rosdep/html/pip_and_pep_668.html for additional details. + 0.24.0 (2024-05-07) ------------------- - Reapply "fix: pkg_resources deprecated warning" diff --git a/setup.py b/setup.py index 2e9aebfd6..9f4a17d79 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ # same version as in: # - src/rosdep2/_version.py # - stdeb.cfg - 'version': '0.24.0', + 'version': '0.25.0', 'packages': ['rosdep2', 'rosdep2.ament_packages', 'rosdep2.platforms'], 'package_dir': {'': 'src'}, 'install_requires': [ diff --git a/src/rosdep2/_version.py b/src/rosdep2/_version.py index 5b9b24208..ac9bb91c9 100644 --- a/src/rosdep2/_version.py +++ b/src/rosdep2/_version.py @@ -1,4 +1,4 @@ # same version as in: # - setup.py # - stdeb.cfg -__version__ = '0.24.0' +__version__ = '0.25.0' diff --git a/stdeb.cfg b/stdeb.cfg index 6d787fcba..61ae57aa1 100644 --- a/stdeb.cfg +++ b/stdeb.cfg @@ -2,7 +2,7 @@ ; rosdep-modules same version as in: ; - setup.py ; - src/rosdep2/_version.py -Depends3: python3-rosdep-modules (>= 0.24.0) +Depends3: python3-rosdep-modules (>= 0.25.0) Conflicts3: python-rosdep, python-rosdep2, python3-rosdep2 Copyright-File: LICENSE Suite3: focal jammy noble bookworm trixie