We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ac478a2 + 1018c65 commit 34a7e8cCopy full SHA for 34a7e8c
docs/conf.py
@@ -26,7 +26,7 @@
26
author = 'Heudiconv team'
27
28
# The short X.Y version
29
-version = ''
+version = '.'.join(__version__.split('.')[:2])
30
# The full version, including alpha/beta/rc tags
31
release = __version__
32
0 commit comments