We are overjoyed to announce the release of: cliff 3.4.0: Command Line Interface Formulation Framework This release is part of the victoria release series. The source is available from: https://opendev.org/openstack/cliff Download the package from: https://pypi.org/project/cliff Please report issues through: https://storyboard.openstack.org/#!/project/openstack/cliff For more details, please see below. Changes in cliff 3.3.0..3.4.0 ----------------------------- 6ac510d switch to stevedore for loading entry points Diffstat (except docs and test files) ------------------------------------- cliff/command.py | 2 +- cliff/commandmanager.py | 8 ++++---- lower-constraints.txt | 2 +- requirements.txt | 2 +- 5 files changed, 24 insertions(+), 24 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index a603e32..1f87db9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9 +9 @@ six>=1.10.0 # MIT -stevedore>=1.20.0 # Apache-2.0 +stevedore>=2.0.1 # Apache-2.0