From e4f333a6e09408632ec128699e25463e4e5a5d23 Mon Sep 17 00:00:00 2001 From: Rambaud Pierrick <12rambau@users.noreply.github.com> Date: Tue, 17 Sep 2024 13:13:14 +0200 Subject: [PATCH] bump: 1.4.1 -> 1.5.0 --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 1e80bac..c976c20 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -12,7 +12,7 @@ from datetime import datetime project = "eralchemy" author = "Alexis Benoist" copyright = f"2015-{datetime.now().year}, {author}" -release = "0.0.0" +release = "1.5.0" # -- General configuration ----------------------------------------------------- extensions = [ -- GitLab