From 890299acaf9e9bd147b8730e1b9187b443455b94 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Anjos?= <andre.anjos@idiap.ch>
Date: Tue, 14 May 2024 16:02:21 +0000
Subject: [PATCH] Increased stable version to 2.0.0

---
 README.md      | 6 +++---
 pyproject.toml | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 2034fbd..10326c7 100644
--- a/README.md
+++ b/README.md
@@ -4,9 +4,9 @@ Copyright © 2022 Idiap Research Institute <contact@idiap.ch>
 SPDX-License-Identifier: BSD-3-Clause
 -->
 
-[![latest-docs](https://img.shields.io/badge/docs-latest-orange.svg)](https://idiap-devtools.readthedocs.io/en/latest/)
-[![build](https://gitlab.idiap.ch/software/idiap-devtools/badges/main/pipeline.svg)](https://gitlab.idiap.ch/software/idiap-devtools/commits/main)
-[![coverage](https://gitlab.idiap.ch/software/idiap-devtools/badges/main/coverage.svg)](https://www.idiap.ch/software/biosignal/docs/software/idiap-devtools/main/coverage/index.html)
+[![latest-docs](https://img.shields.io/badge/docs-v2.0.0-orange.svg)](https://idiap-devtools.readthedocs.io/en/v2.0.0/)
+[![build](https://gitlab.idiap.ch/software/idiap-devtools/badges/v2.0.0/pipeline.svg)](https://gitlab.idiap.ch/software/idiap-devtools/commits/v2.0.0)
+[![coverage](https://gitlab.idiap.ch/software/idiap-devtools/badges/v2.0.0/coverage.svg)](https://www.idiap.ch/software/biosignal/docs/software/idiap-devtools/v2.0.0/coverage/index.html)
 [![repository](https://img.shields.io/badge/gitlab-project-0000c0.svg)](https://gitlab.idiap.ch/software/idiap-devtools)
 
 # Development Tools
diff --git a/pyproject.toml b/pyproject.toml
index 1142ec9..989e811 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -34,7 +34,7 @@ dependencies = [
 ]
 
 [project.urls]
-documentation = "https://idiap-devtools.readthedocs.io/en/latest/"
+documentation = "https://idiap-devtools.readthedocs.io/en/v2.0.0/"
 homepage = "https://pypi.org/project/idiap-devtools"
 repository = "https://gitlab.idiap.ch/software/idiap-devtools"
 changelog = "https://gitlab.idiap.ch/software/idiap-devtools/-/releases"
-- 
GitLab