From 38063fae0c5c5227d9bbd3f931f74b827cf7dcdc Mon Sep 17 00:00:00 2001 From: Tim Burke Date: Fri, 4 Dec 2015 14:16:37 -0800 Subject: [PATCH] Fix PyPI badges Previously, it looked like the current version is keystoneauth 0.5.0. Change-Id: Ia933a2ec11e79267a8d25a2e8a8e7076fc705e3c --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 2348bab3..cc5e6b02 100644 --- a/README.rst +++ b/README.rst @@ -2,12 +2,12 @@ keystoneauth ============ -.. image:: https://img.shields.io/pypi/v/keystoneauth.svg - :target: https://pypi.python.org/pypi/keystoneauth/ +.. image:: https://img.shields.io/pypi/v/keystoneauth1.svg + :target: https://pypi.python.org/pypi/keystoneauth1/ :alt: Latest Version -.. image:: https://img.shields.io/pypi/dm/keystoneauth.svg - :target: https://pypi.python.org/pypi/keystoneauth/ +.. image:: https://img.shields.io/pypi/dm/keystoneauth1.svg + :target: https://pypi.python.org/pypi/keystoneauth1/ :alt: Downloads This package contains tools for authenticating to an OpenStack-based cloud.