From c8f5d52ec77825a47d01b833990dea190e0e8d57 Mon Sep 17 00:00:00 2001 From: Hans-Martin von Gaudecker Date: Sun, 21 Jul 2024 13:02:43 +0200 Subject: [PATCH] Fix the version number in conf.py. --- docs_template/source/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs_template/source/conf.py b/docs_template/source/conf.py index eb73a009..dcf137e1 100644 --- a/docs_template/source/conf.py +++ b/docs_template/source/conf.py @@ -107,8 +107,8 @@ # |version| and |release|, also used in various other places throughout the # built documents. # -release = "0.7.1" -version = "0.7.1" +release = "0.8.1" +version = "0.8.1" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.