From 848625ae3a7bf0bdf241dd5c59d7ac7bf84e8de7 Mon Sep 17 00:00:00 2001 From: "G. Allegri" Date: Wed, 5 Jun 2024 17:04:51 +0200 Subject: [PATCH] fix version --- .gitignore | 3 ++- conf.py | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c8a9a37f..9d9ddf3b 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ .vscode/settings.json .vscode/ .idea -venv \ No newline at end of file +venv +.venv \ No newline at end of file diff --git a/conf.py b/conf.py index 406bf42a..6d3501a2 100644 --- a/conf.py +++ b/conf.py @@ -55,9 +55,9 @@ # built documents. # # The short X.Y version. -version = 'master' +version = '4.2.5' # The full version, including alpha/beta/rc tags. -release = 'master' +release = '4.2.5' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.