From 9739ffddbcdbc05fbafa8c8f8c333c7cd2b46e67 Mon Sep 17 00:00:00 2001 From: Fei Long Wang Date: Tue, 14 Jun 2016 10:11:30 +1200 Subject: [PATCH] Release Zaqar client 1.1.0 Change-Id: I9e56dc2bc102b21714ca219e64be268e19fa6f37 --- deliverables/newton/python-zaqarclient.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 deliverables/newton/python-zaqarclient.yaml diff --git a/deliverables/newton/python-zaqarclient.yaml b/deliverables/newton/python-zaqarclient.yaml new file mode 100644 index 0000000000..dcdd481e1c --- /dev/null +++ b/deliverables/newton/python-zaqarclient.yaml @@ -0,0 +1,13 @@ +--- +launchpad: python-zaqarclient +team: zaqar +send-announcements-to: openstack-announce@lists.openstack.org +include-pypi-link: yes +releases: + - version: 1.1.0 + projects: + - repo: openstack/python-zaqarclient + hash: 641e12e202c40aee0e999c965a665fe88968e186 + highlights: > + Add the update support for queue in favor of the API change of Zaqar + queue update (using PATCH).