From 8d5056d79e4aa71f31f2fe2e3d61c78bdb1d387f Mon Sep 17 00:00:00 2001
From: Yannick DAYER <yannick.dayer@idiap.ch>
Date: Fri, 16 Jun 2023 11:53:45 +0000
Subject: [PATCH] Increased stable version to 5.1.0

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

diff --git a/README.md b/README.md
index 984091c..9d838c5 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.0-orange.svg)](https://www.idiap.ch/software/bob/docs/bob/bob.io.base/v5.1.0/sphinx/index.html)
+[![build](https://gitlab.idiap.ch/bob/bob.io.base/badges/v5.1.0/pipeline.svg)](https://gitlab.idiap.ch/bob/bob.io.base/commits/v5.1.0)
+[![coverage](https://gitlab.idiap.ch/bob/bob.io.base/badges/v5.1.0/coverage.svg)](https://www.idiap.ch/software/bob/docs/bob/bob.io.base/v5.1.0/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 bc38b4d..d22700b 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,7 +4,7 @@
 
 [project]
 name = "bob.io.base"
-version = "5.1.1b0"
+version = "5.1.0"
 requires-python = ">=3.9"
 description = "Basic IO for Bob"
 dynamic = ["readme"]
@@ -21,15 +21,15 @@ classifiers = [
     "Topic :: Software Development :: Libraries :: Python Modules",
 ]
 dependencies = [
-    "bob",
-    "h5py",
-    "imageio",
-    "numpy",
-    "pillow",
+    "bob==12.0.0",
+    "h5py==3.7.0",
+    "imageio==2.24.0",
+    "numpy==1.23.5",
+    "pillow==9.4.0",
 ]
 
 [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.0/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"
@@ -37,14 +37,14 @@ changelog = "https://gitlab.idiap.ch/bob/bob.io.base/-/releases"
 [project.optional-dependencies]
 qa = ["pre-commit"]
 doc = [
-    "sphinx",
-    "sphinx_rtd_theme",
-    "auto-intersphinx",
+    "sphinx==5.3.0",
+    "sphinx-rtd-theme==1.1.1",
+    "auto-intersphinx==1.0.2",
     ]
 test = [
-    "pytest",
-    "pytest-cov",
-    "coverage",
+    "pytest==7.2.1",
+    "pytest-cov==4.0.0",
+    "coverage==7.0.5",
     ]
 
 [tool.setuptools]
@@ -78,3 +78,7 @@ addopts = [
 junit_logging = "all"
 junit_log_passing_tests = false
 norecursedirs = ["src/*"]
+
+[profile]
+    repository_url = "git@gitlab.idiap.ch:bob/dev-profile.git"
+    commit_hash = "ade723be1f11feddb7bece235de32cc98953dc07"
-- 
GitLab