We eagerly announce the release of: python-neutronclient 11.6.0 This release is part of the flamingo release series. The source is available from: https://opendev.org/openstack/python-neutronclient Download the package from: https://pypi.org/project/python-neutronclient Please report issues through: https://bugs.launchpad.net/python-neutronclient/+bugs For more details, please see below. Changes in python-neutronclient 11.5.0..11.6.0 ---------------------------------------------- 905be91 Drop explicit dependency on python-subunit 857b4b2 Add warning for using the python bindings Diffstat (except docs and test files) ------------------------------------- README.rst | 1 + neutronclient/v2_0/client.py | 3 +++ test-requirements.txt | 1 - 3 files changed, 4 insertions(+), 1 deletion(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 2e847fa..464d2b8 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10 +9,0 @@ python-openstackclient>=3.12.0 # Apache-2.0 -python-subunit>=1.0.0 # Apache-2.0/BSD