We are overjoyed to announce the release of: python-neutronclient 11.8.0 This release is part of the gazpacho 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.7.0..11.8.0 ---------------------------------------------- f7c0850 [FWaaS] Remove client side protocol validation d9a3518 Bump flake8-import-order Diffstat (except docs and test files) ------------------------------------- neutronclient/osc/v2/fwaas/firewallrule.py | 7 +++++-- test-requirements.txt | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 464d2b8..d6a160c 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6 +6 @@ fixtures>=3.0.0 # Apache-2.0/BSD -flake8-import-order>=0.18.0,<0.19.0 # LGPLv3 +flake8-import-order>=0.19.0,<0.20.0 # LGPLv3