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 5caca03 commit 8ff868dCopy full SHA for 8ff868d
docs/source/conf.py
@@ -23,7 +23,8 @@
23
author = "the CPP ROI dev team"
24
25
# The full version, including alpha/beta/rc tags
26
-release = "v0.2.0dev"
+with open('../../version.txt', encoding='utf-8') as version_file:
27
+ release = version_file.read()
28
29
30
# -- General configuration ---------------------------------------------------
0 commit comments