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.
2 parents 459ce5e + f280f0f commit b3e2e34Copy full SHA for b3e2e34
docs/source/conf.py
@@ -54,7 +54,7 @@
54
version = subprocess.check_output([
55
'sh', '-c',
56
'cd ../..; python setup.py --version',
57
-])
+]).decode('utf-8')
58
version = version.strip()
59
# The full version, including alpha/beta/rc tags.
60
release = version
0 commit comments