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 2f03afc commit 06ebe51Copy full SHA for 06ebe51
docs/conf.py
@@ -16,7 +16,7 @@
16
import sys
17
sys.path.insert(0, os.path.abspath('.'))
18
sys.path.insert(0, os.path.abspath('../label_maker'))
19
-
+from label_maker.version import __version__
20
21
# -- Project information -----------------------------------------------------
22
@@ -25,9 +25,9 @@
25
author = 'Development Seed'
26
27
# The short X.Y version
28
-version = '0.3.2'
+version = __version__
29
# The full version, including alpha/beta/rc tags
30
-release = '0.3.2'
+release = __version__
31
32
33
# -- General configuration ---------------------------------------------------
0 commit comments