We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 194a34a commit 58400b6Copy full SHA for 58400b6
doc/conf.py
@@ -66,10 +66,10 @@
66
# |version| and |release|, also used in various other places throughout the
67
# built documents.
68
#
69
-# The short X.Y version.
70
-version = "1.0"
71
# The full version, including alpha/beta/rc tags.
72
-release = "1.0.0rc8"
+release = "1.0.0"
+# The short X.Y version.
+version = ".".join(release.split(".")[:2])
73
74
# The language for content autogenerated by Sphinx. Refer to documentation
75
# for a list of supported languages.
0 commit comments