From 517f44130c4c20889f65d742af2ff193b458cd6d Mon Sep 17 00:00:00 2001
From: Yannick DAYER <yannick.dayer@idiap.ch>
Date: Fri, 12 Jul 2024 20:12:06 +0000
Subject: [PATCH] Increased stable version to 8.1.0

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

diff --git a/README.md b/README.md
index 807481da..f5a5bec5 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
-[![badge doc](https://img.shields.io/badge/docs-latest-orange.svg)](https://www.idiap.ch/software/bob/docs/bob/bob.bio.base/master/sphinx/index.html)
-[![badge pipeline](https://gitlab.idiap.ch/bob/bob.bio.base/badges/master/pipeline.svg)](https://gitlab.idiap.ch/bob/bob.bio.base/commits/master)
-[![badge coverage](https://gitlab.idiap.ch/bob/bob.bio.base/badges/master/coverage.svg)](https://www.idiap.ch/software/bob/docs/bob/bob.bio.base/master/coverage)
+[![badge doc](https://img.shields.io/badge/docs-v8.1.0-orange.svg)](https://www.idiap.ch/software/bob/docs/bob/bob.bio.base/v8.1.0/sphinx/index.html)
+[![badge pipeline](https://gitlab.idiap.ch/bob/bob.bio.base/badges/v8.1.0/pipeline.svg)](https://gitlab.idiap.ch/bob/bob.bio.base/commits/v8.1.0)
+[![badge coverage](https://gitlab.idiap.ch/bob/bob.bio.base/badges/v8.1.0/coverage.svg)](https://www.idiap.ch/software/bob/docs/bob/bob.bio.base/v8.1.0/coverage)
 [![badge gitlab](https://img.shields.io/badge/gitlab-project-0000c0.svg)](https://gitlab.idiap.ch/bob/bob.bio.base)
 
 # Tools to run biometric recognition experiments
diff --git a/pyproject.toml b/pyproject.toml
index fd52708c..cff7e6e4 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,7 +4,7 @@
 
 [project]
     name = "bob.bio.base"
-    version = "8.0.1b1"
+    version = "8.1.0"
     requires-python = ">=3.9"
     description = "Tools for running biometric recognition experiments"
     dynamic = ["readme"]
@@ -40,7 +40,7 @@
     ]
 
 [project.urls]
-    documentation = "https://www.idiap.ch/software/bob/docs/bob/bob.bio.base/master/sphinx/"
+    documentation = "https://www.idiap.ch/software/bob/docs/bob/bob.bio.base/v8.1.0/sphinx/"
     homepage = "https://pypi.org/project/bob.bio.base/"
     repository = "https://gitlab.idiap.ch/bob/bob.bio.base"
     changelog = "https://gitlab.idiap.ch/bob/bob.bio.base/-/releases"
-- 
GitLab