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 956f6bf commit 375fb2fCopy full SHA for 375fb2f
docs/conf.py
@@ -64,7 +64,7 @@
64
# built documents.
65
#
66
# The short X.Y version.
67
-version = ".".join(__version__.split(".")[0:2])
+version = ".".join(__version__.split(".")[:2])
68
# The full version, including alpha/beta/rc tags.
69
release = __version__
70
0 commit comments