From da40b3fa4c5c318b39bdcce3ec63ccfddcc3c05f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=CC=81bastien=20De=CC=81le=CC=80ze?= Date: Wed, 24 Jul 2019 13:28:16 +0200 Subject: [PATCH] project: Release tag MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * NEW Add release tag to README file. Signed-off-by: Sébastien Délèze --- README.rst | 3 +++ sonar/version.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 61e7e574..2428f8b8 100644 --- a/README.rst +++ b/README.rst @@ -15,6 +15,9 @@ .. image:: https://img.shields.io/coveralls/rero/sonar.svg :target: https://coveralls.io/r/rero/sonar +.. image:: https://img.shields.io/github/tag/rero/sonar.svg + :target: https://github.com/rero/sonar/releases/latest + .. image:: https://img.shields.io/github/license/rero/sonar.svg :target: https://github.com/rero/sonar/blob/master/LICENSE diff --git a/sonar/version.py b/sonar/version.py index 8bc4145e..33594187 100644 --- a/sonar/version.py +++ b/sonar/version.py @@ -14,4 +14,4 @@ from __future__ import absolute_import, print_function -__version__ = '0.0.1' +__version__ = '0.1.0'