From a27f28e79a2f28e826454177884f3899b27a454e Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Thu, 24 Sep 2015 13:26:39 -0700 Subject: [PATCH] Add shields.io version/downloads links/badges into README.rst Change-Id: If559b395694945a5ba4e77ef5482ae259384b1e6 --- README.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.rst b/README.rst index 3e46b92..91fcef1 100644 --- a/README.rst +++ b/README.rst @@ -2,6 +2,14 @@ oslo.i18n -- Oslo Internationalization Utilities ================================================== +.. image:: https://img.shields.io/pypi/v/oslo.i18n.svg + :target: https://pypi.python.org/pypi/oslo.i18n/ + :alt: Latest Version + +.. image:: https://img.shields.io/pypi/dm/oslo.i18n.svg + :target: https://pypi.python.org/pypi/oslo.i18n/ + :alt: Downloads + The oslo.i18n library contain utilities for working with internationalization (i18n) features, especially translation for text strings in an application or library.