Skip to content

Commit 87be744

Browse files
committed
Link doc version to drmaa.__version__
1 parent 06a585b commit 87be744

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ def __getattr__(cls, name):
7777
# built documents.
7878
#
7979
# The short X.Y version.
80-
version = '0.7.1'
80+
version = drmaa.__version__
8181
# The full version, including alpha/beta/rc tags.
82-
release = '0.7.1'
82+
release = drmaa.__version__
8383

8484
# The language for content autogenerated by Sphinx. Refer to documentation
8585
# for a list of supported languages.

0 commit comments

Comments
 (0)