Skip to content

Commit 06ebe51

Browse files
committed
Unhardcode doc version
1 parent 2f03afc commit 06ebe51

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import sys
1717
sys.path.insert(0, os.path.abspath('.'))
1818
sys.path.insert(0, os.path.abspath('../label_maker'))
19-
19+
from label_maker.version import __version__
2020

2121
# -- Project information -----------------------------------------------------
2222

@@ -25,9 +25,9 @@
2525
author = 'Development Seed'
2626

2727
# The short X.Y version
28-
version = '0.3.2'
28+
version = __version__
2929
# The full version, including alpha/beta/rc tags
30-
release = '0.3.2'
30+
release = __version__
3131

3232

3333
# -- General configuration ---------------------------------------------------

0 commit comments

Comments
 (0)