From 58400b6068c5eecc1004b6bc3d5bf54c0fcde3f9 Mon Sep 17 00:00:00 2001 From: Pascal Merz Date: Tue, 9 Nov 2021 11:56:42 +0100 Subject: [PATCH] Bump documentation version to 1.0.0 (#192) --- doc/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 8da54dc..e0297b5 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -66,10 +66,10 @@ # |version| and |release|, also used in various other places throughout the # built documents. # -# The short X.Y version. -version = "1.0" # The full version, including alpha/beta/rc tags. -release = "1.0.0rc8" +release = "1.0.0" +# The short X.Y version. +version = ".".join(release.split(".")[:2]) # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.