We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b80174 commit 3b77c40Copy full SHA for 3b77c40
1 file changed
docs/conf.py
@@ -29,7 +29,7 @@
29
# The short X.Y version.
30
version = '.'.join(__version__.split('.')[:2])
31
# The full version, including alpha/beta/rc tags.
32
-release = version
+release = __version__
33
34
# The language for content autogenerated by Sphinx. Refer to documentation
35
# for a list of supported languages.
0 commit comments