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.