[openstack-dev] [release] python-heatclient release 0.5.0 (liberty)

Doug Hellmann doug at doughellmann.com
Tue Apr 21 19:23:29 UTC 2015


We are tickled pink to announce the release of:

python-heatclient 0.5.0: OpenStack Orchestration API Client Library

For more details, please see the git log history below and:

    http://launchpad.net/python-heatclient/+milestone/0.5.0

Please report issues through launchpad:

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

Changes in python-heatclient 0.4.0..0.5.0
-----------------------------------------

7c70bcf 2015-04-20 13:42:26 +0000 correction in function names under test_resource
77204a3 2015-04-16 18:13:03 +0000 Uncap library requirements for liberty
6b08533 2015-04-02 10:40:01 +1300 Make README.rst comply with expected format
65a1c78 2015-04-01 16:55:17 +0200 Remove the deprecated shell commands

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

README.rst                         |  16 ++--
heatclient/v1/shell.py             | 161 -------------------------------------
requirements.txt                   |   6 +-
test-requirements.txt              |   4 +-
6 files changed, 16 insertions(+), 181 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index b8eaca6..a290a65 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -10,3 +10,3 @@ PrettyTable>=0.7,<0.8
-oslo.i18n>=1.5.0,<1.6.0  # Apache-2.0
-oslo.serialization>=1.4.0,<1.5.0               # Apache-2.0
-oslo.utils>=1.4.0,<1.5.0                       # Apache-2.0
+oslo.i18n>=1.5.0  # Apache-2.0
+oslo.serialization>=1.4.0               # Apache-2.0
+oslo.utils>=1.4.0                       # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index cc3962d..50abc48 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -13,2 +13,2 @@ mox3>=0.7.0
-oslosphinx>=2.5.0,<2.6.0  # Apache-2.0
-oslotest>=1.5.1,<1.6.0  # Apache-2.0
+oslosphinx>=2.5.0  # Apache-2.0
+oslotest>=1.5.1  # Apache-2.0





More information about the OpenStack-dev mailing list