We are amped to announce the release of: python-designateclient 6.3.0 This release is part of the flamingo release series. The source is available from: https://opendev.org/openstack/python-designateclient Download the package from: https://pypi.org/project/python-designateclient Please report issues through: https://bugs.launchpad.net/python-designateclient/+bugs For more details, please see below. Changes in python-designateclient 6.2.0..6.3.0 ---------------------------------------------- 1505c27 Remove tags from README 490b0d6 Update master for stable/2025.1 e9d1628 Replace environments for old python versions 85033a0 Set email as positional argument on zone create e9f0efb Fix outdated tox minversion c5d7392 Activate the --long option for recordset list command db890ed Activate the --long option for zone list command b7305d4 Remove unused reno from test requirements Diffstat (except docs and test files) ------------------------------------- README.rst | 10 +--------- designateclient/v2/cli/recordsets.py | 10 ++++++++++ designateclient/v2/cli/zones.py | 12 +++++++++++- releasenotes/source/2025.1.rst | 6 ++++++ releasenotes/source/index.rst | 1 + test-requirements.txt | 1 - tox.ini | 12 ++---------- 10 files changed, 70 insertions(+), 24 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 306fe9d..2fe7a04 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9 +8,0 @@ stestr>=2.0.0 # Apache-2.0 -reno>=3.1.0 # Apache-2.0