We are pumped to announce the release of:
gnocchiclient 3.1.1: Python client library for Gnocchi
The source is available from:
http://git.openstack.org/cgit/openstack/python-gnocchiclient
Download the package from:
https://tarballs.openstack.org/python-gnocchiclient/
Please report issues through launchpad:
http://bugs.launchpad.net/python-gnocchiclient
For more details, please see below.
Changes in gnocchiclient 3.1.0..3.1.1
-------------------------------------
2b2e08e Remove pbr cap
c5fdda7 doc: Add authentication examples
14602f8 Trivial: remove support for py34
Diffstat (except docs and test files)
-------------------------------------
requirements.txt | 2 +-
setup.cfg | 1 -
tox.ini | 2 +-
4 files changed, 22 insertions(+), 5 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 38b1d95..0eb9147 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5 +5 @@
-pbr<2.0,>=1.4
+pbr>=1.4