Skip to content

Commit 2272a1d

Browse files
authored
Merge pull request #606 from NLeSC/587-version-confpy
587-Add version variable
2 parents 6e7999f + 1a21dd8 commit 2272a1d

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)