From c758bcfdb27215453de21f97103e4f7b00269f5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Anjos?= <andre.anjos@idiap.ch> Date: Mon, 18 Mar 2019 19:58:05 +0100 Subject: [PATCH] Increased stable version to 1.0.0 --- README.rst | 12 ++++++------ version.txt | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.rst b/README.rst index efcbffaf..8cc14569 100644 --- a/README.rst +++ b/README.rst @@ -1,13 +1,13 @@ .. vim: set fileencoding=utf-8 : -.. image:: https://img.shields.io/badge/docs-stable-yellow.svg - :target: https://www.idiap.ch/software/bob/docs/bob/bob.devtools/stable/index.html +.. image:: https://img.shields.io/badge/docs-v1.0.0-yellow.svg + :target: https://www.idiap.ch/software/bob/docs/bob/bob.devtools/v1.0.0/index.html .. image:: https://img.shields.io/badge/docs-latest-orange.svg :target: https://www.idiap.ch/software/bob/docs/bob/bob.devtools/master/index.html -.. image:: https://gitlab.idiap.ch/bob/bob.devtools/badges/master/build.svg - :target: https://gitlab.idiap.ch/bob/bob.devtools/commits/master -.. image:: https://gitlab.idiap.ch/bob/bob.devtools/badges/master/coverage.svg - :target: https://gitlab.idiap.ch/bob/bob.devtools/commits/master +.. image:: https://gitlab.idiap.ch/bob/bob.devtools/badges/v1.0.0/build.svg + :target: https://gitlab.idiap.ch/bob/bob.devtools/commits/v1.0.0 +.. image:: https://gitlab.idiap.ch/bob/bob.devtools/badges/v1.0.0/coverage.svg + :target: https://gitlab.idiap.ch/bob/bob.devtools/commits/v1.0.0 .. image:: https://img.shields.io/badge/gitlab-project-0000c0.svg :target: https://gitlab.idiap.ch/bob/bob.devtools .. image:: https://img.shields.io/pypi/v/bob.devtools.svg diff --git a/version.txt b/version.txt index f74a9180..afaf360d 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.1.7b0 \ No newline at end of file +1.0.0 \ No newline at end of file -- GitLab