From 07c105234ab8e3995c33ab75856900a6c429e620 Mon Sep 17 00:00:00 2001 From: Roman Date: Tue, 10 Mar 2015 11:14:32 +0200 Subject: [PATCH 1/3] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 106ad318..34a2ac72 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ Objects Python catalogs of objects providers. +[![Version](https://img.shields.io/pypi/v/Objects.svg)](https://pypi.python.org/pypi/Objects) +[![Version](https://img.shields.io/pypi/dm/Objects.svg)](https://pypi.python.org/pypi/Objects) Example of objects catalog definition and usage: From 88ec70511ca39828814bfcd23d15fb76bb690945 Mon Sep 17 00:00:00 2001 From: Roman Date: Tue, 10 Mar 2015 14:40:36 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 34a2ac72..37317b5b 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,12 @@ Objects ======= -Python catalogs of objects providers. - [![Version](https://img.shields.io/pypi/v/Objects.svg)](https://pypi.python.org/pypi/Objects) [![Version](https://img.shields.io/pypi/dm/Objects.svg)](https://pypi.python.org/pypi/Objects) +**Python catalogs of objects providers** + + Example of objects catalog definition and usage: ```python From 9691bce3a414ed6d190e7afd685e209a1102a117 Mon Sep 17 00:00:00 2001 From: Roman Date: Tue, 10 Mar 2015 15:31:29 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 37317b5b..48405078 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,10 @@ Objects [![Version](https://img.shields.io/pypi/v/Objects.svg)](https://pypi.python.org/pypi/Objects) [![Version](https://img.shields.io/pypi/dm/Objects.svg)](https://pypi.python.org/pypi/Objects) +[![Version](https://img.shields.io/pypi/l/Objects.svg)](https://pypi.python.org/pypi/Objects) **Python catalogs of objects providers** - Example of objects catalog definition and usage: ```python