We enthusiastically announce the release of: python-zunclient 4.3.0: Client Library for Zun This release is part of the xena release series. The source is available from: https://opendev.org/openstack/python-zunclient Download the package from: https://pypi.org/project/python-zunclient Please report issues through: https://bugs.launchpad.net/python-zunclient/+bugs For more details, please see below. Changes in python-zunclient 4.2.0..4.3.0 ---------------------------------------- 7ca6a6b Uncap PrettyTable 6e7e579 setup.cfg: Replace dashes with underscores 6b6c09e Use py3 as the default runtime for tox dc8db03 Add Python3 xena unit tests 49d0e41 Update master for stable/wallaby bbc32db remove unicode from code Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- releasenotes/source/conf.py | 14 +++++++------- releasenotes/source/index.rst | 1 + releasenotes/source/wallaby.rst | 6 ++++++ requirements.txt | 2 +- setup.cfg | 8 ++++---- tox.ini | 2 +- 8 files changed, 24 insertions(+), 17 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 165ea57..8f89f34 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6 +6 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 -PrettyTable<0.8,>=0.7.1 # BSD +PrettyTable>=0.7.1 # BSD