[release][stable][heat] python-heatclient 1.1.0 release (mitaka)
We are pumped to announce the release of: python-heatclient 1.1.0: OpenStack Orchestration API Client Library This release is part of the mitaka stable release series. With source available at: https://git.openstack.org/cgit/openstack/python-heatclient With package available at: https://pypi.python.org/pypi/python-heatclient Please report issues through launchpad: https://bugs.launchpad.net/python-heatclient For more details, please see below. Changes in python-heatclient 1.0.0..1.1.0 ----------------------------------------- 9f7b9a5 Updated from global requirements 4d253e7 Fix regression handling relative paths in environment 55472bd Update .gitreview for stable/mitaka Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + heatclient/common/template_utils.py | 6 ++-- requirements.txt | 2 +- 4 files changed, 47 insertions(+), 4 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 1534a96..292d9be 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7 +7 @@ pbr>=1.6 # Apache-2.0 -cliff!=1.16.0,>=1.15.0 # Apache-2.0 +cliff!=1.16.0,!=1.17.0,>=1.15.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org