Skip to content

Commit 34a7e8c

Browse files
authored
Merge pull request #609 from dbic/bf-docs
DOC: do provide short version for sphinx
2 parents ac478a2 + 1018c65 commit 34a7e8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
author = 'Heudiconv team'
2727

2828
# The short X.Y version
29-
version = ''
29+
version = '.'.join(__version__.split('.')[:2])
3030
# The full version, including alpha/beta/rc tags
3131
release = __version__
3232

0 commit comments

Comments
 (0)