We are pumped to announce the release of: debtcollector 2.0.1: A collection of Python deprecation patterns and strategies that help you collect your technical debt in a non- destructive manner. This release is part of the ussuri release series. The source is available from: https://opendev.org/openstack/debtcollector Download the package from: https://pypi.org/project/debtcollector Please report issues through: https://bugs.launchpad.net/debtcollector/+bugs For more details, please see below. Changes in debtcollector 2.0.0..2.0.1 ------------------------------------- bc4ffa9 Update hacking for Python3 9a4450c Update the minversion parameter. 88a3496 Move docs linting to pep8 Diffstat (except docs and test files) ------------------------------------- test-requirements.txt | 2 +- tox.ini | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 4626f54..07fbdb9 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -hacking<0.11,>=0.10.0 +hacking>=3.0,<3.1.0 # Apache-2.0