We are gleeful to announce the release of: python-magnumclient 3.7.0: Client library for Magnum API This release is part of the zed 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 3.6.0..3.7.0 ------------------------------------------- 7557e89 Remove translation sections from setup.cfg 78ca45c Drop lower-constraints.txt and its testing 972aff0 Fix test_help_on_subcommand on Python 3.10 f279da4 Update master for stable/yoga Diffstat (except docs and test files) ------------------------------------- babel.cfg | 1 - lower-constraints.txt | 109 --------------------------------------- releasenotes/source/index.rst | 1 + releasenotes/source/yoga.rst | 6 +++ requirements.txt | 5 +- setup.cfg | 13 ----- tox.ini | 7 --- 8 files changed, 17 insertions(+), 133 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index edbc558..45d2ad9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -0,0 +1,4 @@ +# Requirements lower bounds listed here are our best effort to keep them up to +# date but we do not test them so no guarantee of having them all correct. If +# you find any incorrect lower bounds, let us know or propose a fix. + @@ -6 +9,0 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 -Babel!=2.4.0,>=2.3.4 # BSD