From d56abb4c7749ac19808bcacfa0da90ca7dfc22c8 Mon Sep 17 00:00:00 2001 From: Mathias157 Date: Sun, 22 Sep 2024 12:40:48 +0200 Subject: [PATCH] Release 0.3.6 --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 3028f5c..3137d19 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,7 +1,7 @@ project = "pybalmorel" copyright = "2024, Mathias Berg Rosendal, Théodore Le Nalinec" author = "Mathias Berg Rosendal, Théodore Le Nalinec" -release = "0.3.4" +release = "0.3.6" exclude_patterns = ["_build", "Thumbs.db", ".DS_Store", ".testenv", ".testenv/**"]