From d9a85149ad391e181052fb387c95165757ca73d5 Mon Sep 17 00:00:00 2001
From: Yannick DAYER <yannick.dayer@idiap.ch>
Date: Fri, 12 Jul 2024 16:51:05 +0000
Subject: [PATCH] Increased stable version to 5.1.1

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

diff --git a/README.md b/README.md
index 984091c..d33bb90 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
-[![latest-docs](https://img.shields.io/badge/docs-latest-orange.svg)](https://www.idiap.ch/software/bob/docs/bob/bob.io.base/master/sphinx/index.html)
-[![build](https://gitlab.idiap.ch/bob/bob.io.base/badges/master/pipeline.svg)](https://gitlab.idiap.ch/bob/bob.io.base/commits/master)
-[![coverage](https://gitlab.idiap.ch/bob/bob.io.base/badges/master/coverage.svg)](https://www.idiap.ch/software/bob/docs/bob/bob.io.base/master/coverage/index.html)
+[![latest-docs](https://img.shields.io/badge/docs-v5.1.1-orange.svg)](https://www.idiap.ch/software/bob/docs/bob/bob.io.base/v5.1.1/sphinx/index.html)
+[![build](https://gitlab.idiap.ch/bob/bob.io.base/badges/v5.1.1/pipeline.svg)](https://gitlab.idiap.ch/bob/bob.io.base/commits/v5.1.1)
+[![coverage](https://gitlab.idiap.ch/bob/bob.io.base/badges/v5.1.1/coverage.svg)](https://www.idiap.ch/software/bob/docs/bob/bob.io.base/v5.1.1/coverage/index.html)
 [![repository](https://img.shields.io/badge/gitlab-project-0000c0.svg)](https://gitlab.idiap.ch/bob/bob.io.base)
 
 # bob.io.base
diff --git a/pyproject.toml b/pyproject.toml
index c14db5a..76ed338 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,7 +4,7 @@
 
 [project]
 name = "bob.io.base"
-version = "5.1.1b0"
+version = "5.1.1"
 requires-python = ">=3.9"
 description = "Basic IO for Bob"
 dynamic = ["readme"]
@@ -29,7 +29,7 @@ dependencies = [
 ]
 
 [project.urls]
-documentation = "https://www.idiap.ch/software/bob/docs/bob/bob.io.base/master/sphinx"
+documentation = "https://www.idiap.ch/software/bob/docs/bob/bob.io.base/v5.1.1/sphinx"
 homepage = "https://pypi.org/project/bob.io.base"
 repository = "https://gitlab.idiap.ch/bob/bob.io.base"
 changelog = "https://gitlab.idiap.ch/bob/bob.io.base/-/releases"
-- 
GitLab