Skip to content

Commit 1a21dd8

Browse files
committed
Add version variable
1 parent 666114a commit 1a21dd8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

template/docs/conf.py.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ author = u"{{ full_name|replace('\"', '\\\"') }}"
2626
# built documents.
2727
#
2828
# The short X.Y version.
29-
version = "0.1.0"
29+
version = "{{ version }}"
3030
# The full version, including alpha/beta/rc tags.
3131
release = version
3232

0 commit comments

Comments
 (0)