From b2aff4d8c1a26fc7311ed230778bdca166b52c72 Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Thu, 24 Sep 2015 13:02:17 -0700 Subject: [PATCH] Add shields.io version/downloads links/badges into README.rst Change-Id: I89f9d3765cb19d95864e0f80f8c3e96caa08e80d --- README.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.rst b/README.rst index 9b5274c..d828564 100644 --- a/README.rst +++ b/README.rst @@ -2,6 +2,14 @@ oslo.versionedobjects =================================== +.. image:: https://img.shields.io/pypi/v/oslo.versionedobjects.svg + :target: https://pypi.python.org/pypi/oslo.versionedobjects/ + :alt: Latest Version + +.. image:: https://img.shields.io/pypi/dm/oslo.versionedobjects.svg + :target: https://pypi.python.org/pypi/oslo.versionedobjects/ + :alt: Downloads + The oslo.versionedobjects library provides a generic versioned object model that is RPC-friendly, with inbuilt serialization, field typing, and remotable method calls. It can be used to define a data model within a project