From 2ab42b9af7ba8a4db4414603aefa9768d2750523 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Anjos?= <andre.anjos@idiap.ch>
Date: Wed, 16 Oct 2024 17:09:03 +0000
Subject: [PATCH] Increased stable version to 1.3.0

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

diff --git a/README.md b/README.md
index 732c0da6..e3056022 100644
--- a/README.md
+++ b/README.md
@@ -3,9 +3,9 @@ SPDX-FileCopyrightText: Copyright © 2023 Idiap Research Institute <contact@idia
 SPDX-License-Identifier: GPL-3.0-or-later
 -->
 
-[![latest-docs](https://img.shields.io/badge/docs-latest-orange.svg)](https://mednet.readthedocs.io/en/latest/)
-[![build](https://gitlab.idiap.ch/medai/software/mednet/badges/main/pipeline.svg)](https://gitlab.idiap.ch/medai/software/mednet/commits/main)
-[![coverage](https://gitlab.idiap.ch/medai/software/mednet/badges/main/coverage.svg)](https://www.idiap.ch/software/medai/docs/medai/software/mednet/main/coverage/index.html)
+[![latest-docs](https://img.shields.io/badge/docs-v1.3.0-orange.svg)](https://mednet.readthedocs.io/en/v1.3.0/)
+[![build](https://gitlab.idiap.ch/medai/software/mednet/badges/v1.3.0/pipeline.svg)](https://gitlab.idiap.ch/medai/software/mednet/commits/v1.3.0)
+[![coverage](https://gitlab.idiap.ch/medai/software/mednet/badges/v1.3.0/coverage.svg)](https://www.idiap.ch/software/medai/docs/medai/software/mednet/v1.3.0/coverage/index.html)
 [![repository](https://img.shields.io/badge/gitlab-project-0000c0.svg)](https://gitlab.idiap.ch/medai/software/mednet)
 
 # Multi-task Library to Develop Computer-Aided Tools for Medical Data Analysis
diff --git a/pyproject.toml b/pyproject.toml
index df52d265..688a3775 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -58,7 +58,7 @@ dependencies = [
 ]
 
 [project.urls]
-documentation = "https://mednet.readthedocs.io/en/latest/"
+documentation = "https://mednet.readthedocs.io/en/v1.3.0/"
 homepage = "https://pypi.org/project/mednet"
 repository = "https://gitlab.idiap.ch/medai/software/mednet"
 changelog = "https://gitlab.idiap.ch/medai/software/mednet/-/releases"
-- 
GitLab