We are overjoyed to announce the release of: python-monascaclient 1.14.0: Monasca API Client Library This release is part of the stein release series. The source is available from: https://git.openstack.org/cgit/openstack/python-monascaclient Download the package from: https://pypi.org/project/python-monascaclient Please report issues through launchpad: https://storyboard.openstack.org/#!/project/880 For more details, please see below. Changes in python-monascaclient 1.13.0..1.14.0 ---------------------------------------------- 7939777 Update hacking version dde64fb Update json module to jsonutils 4339da2 add python 3.7 unit test job Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 1 + HACKING.rst | 2 +- lower-constraints.txt | 2 +- monascaclient/common/utils.py | 2 +- monascaclient/v2_0/__init__.py | 4 ++-- monascaclient/v2_0/shell.py | 3 +-- test-requirements.txt | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 66d4078..2cac5d9 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 +hacking>=1.1.0,<1.2.0 # Apache-2.0