[release-announce] python-heatclient 1.16.0 (rocky)

no-reply at openstack.org no-reply at openstack.org
Mon Jun 11 16:18:32 UTC 2018


We are excited to announce the release of:

python-heatclient 1.16.0: OpenStack Orchestration API Client Library

This release is part of the rocky release series.

The source is available from:

    https://git.openstack.org/cgit/openstack/python-heatclient

Download the package from:

    https://pypi.org/project/python-heatclient

Please report issues through launchpad:

    https://bugs.launchpad.net/python-heatclient

For more details, please see below.

Changes in python-heatclient 1.15.0..1.16.0
-------------------------------------------

0b46b20 Mark stacks returned by get loaded
36df27d Fix osc cli docs
dcdacd2 Use assertRegex instead of assertRegexpMatches
d7bd59b add lower-constraints job
bf2b57a Improve titles of generated API documentation
dea778a Update reno for stable/queens


Diffstat (except docs and test files)
-------------------------------------

.zuul.yaml                          |  2 +
heatclient/v1/stacks.py             |  2 +-
lower-constraints.txt               | 98 +++++++++++++++++++++++++++++++++++++
releasenotes/source/index.rst       |  1 +
releasenotes/source/queens.rst      |  6 +++
requirements.txt                    |  2 +-
tox.ini                             |  7 +++
10 files changed, 145 insertions(+), 27 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index 849c11d..a81bcea 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -10 +10 @@ osc-lib>=1.8.0 # Apache-2.0
-PrettyTable<0.8,>=0.7.1 # BSD
+PrettyTable<0.8,>=0.7.2 # BSD






More information about the Release-announce mailing list