[release-announce] python-magnumclient 3.0.0 (ussuri)
no-reply at openstack.org
no-reply at openstack.org
Wed Apr 8 01:04:36 UTC 2020
We are stoked to announce the release of:
python-magnumclient 3.0.0: Client library for Magnum API
This release is part of the ussuri release series.
The source is available from:
https://opendev.org/openstack/python-magnumclient
Download the package from:
https://pypi.org/project/python-magnumclient
Please report issues through:
https://bugs.launchpad.net/python-magnumclient/+bugs
For more details, please see below.
Changes in python-magnumclient 2.17.0..3.0.0
--------------------------------------------
e589b6c Update master for stable/train
5d93b51 Update hacking for Python3
de2b8e8 Drop py27 tests
5b7a671 Bugfix: Use fields option for cluster template list
8473982 Update links in README
Diffstat (except docs and test files)
-------------------------------------
.zuul.yaml | 4 +-
README.rst | 4 +-
magnumclient/exceptions.py | 16 +++---
magnumclient/osc/v1/cluster_templates.py | 2 +
magnumclient/shell.py | 13 ++---
releasenotes/source/index.rst | 1 +
releasenotes/source/train.rst | 6 +++
setup.cfg | 1 -
test-requirements.txt | 2 +-
tox.ini | 8 +--
14 files changed, 84 insertions(+), 77 deletions(-)
Requirements updates
--------------------
diff --git a/test-requirements.txt b/test-requirements.txt
index 49dfa5c..fd61dfa 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -4 +4 @@
-hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
+hacking>=2.0,<2.1 # Apache-2.0
More information about the Release-announce
mailing list