From 6933f51e16d49aac30c66f31d7266815d8cb73d6 Mon Sep 17 00:00:00 2001 From: wangxiyuan Date: Wed, 4 Jan 2017 15:40:13 +0800 Subject: [PATCH] Release ZaqarClient 1.3.0 Zaqarclient now support some new feature. Such as session, SSL, osprofile. We also imporved the client doc. Release 1.3.0 to let the doc webpage work. Change-Id: I1e13ecc4153461b289658c750675823167209dd6 --- deliverables/ocata/python-zaqarclient.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/deliverables/ocata/python-zaqarclient.yaml b/deliverables/ocata/python-zaqarclient.yaml index d5c3c5ce9b..80bfcba849 100644 --- a/deliverables/ocata/python-zaqarclient.yaml +++ b/deliverables/ocata/python-zaqarclient.yaml @@ -4,3 +4,13 @@ launchpad: python-zaqarclient release-model: cycle-with-intermediary team: zaqar type: library +send-announcements-to: openstack-announce@lists.openstack.org +releases: + - version: 1.3.0 + projects: + - repo: openstack/python-zaqarclient + hash: cb635f50e9a3f25129e1ef2296484b77b681ad66 + highlights: > + - Add support for keystone session. + - Add support for project doc. + - Add support for SSL and insecure request.