From bc76d455ff393bbff8d3abd0aa7d8651c2a3b5eb Mon Sep 17 00:00:00 2001 From: Davanum Srinivas Date: Thu, 24 Sep 2015 20:51:20 -0400 Subject: [PATCH] Add shields.io version/downloads links/badges into README.rst Change-Id: Ia4929ec5fd050308b42ba3b5b23f8c76c4ab16c7 --- README.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.rst b/README.rst index 867b1d97..962e7191 100644 --- a/README.rst +++ b/README.rst @@ -2,6 +2,14 @@ oslo.cache ========== +.. image:: https://img.shields.io/pypi/v/oslo.cache.svg + :target: https://pypi.python.org/pypi/oslo.cache/ + :alt: Latest Version + +.. image:: https://img.shields.io/pypi/dm/oslo.cache.svg + :target: https://pypi.python.org/pypi/oslo.cache/ + :alt: Downloads + `oslo.cache` aims to provide a generic caching mechanism for OpenStack projects by wrapping the `dogpile.cache `_ library. The dogpile.cache