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 1f8f24a commit 0e0662dCopy full SHA for 0e0662d
docs/conf.py
@@ -57,7 +57,7 @@
57
#
58
59
def read_project_version():
60
- f = open("VERSION.txt")
+ f = open("../VERSION.txt")
61
version = f.readline().strip()
62
f.close()
63
0 commit comments