added short_version field because of readthedocs

This commit is contained in:
Rodolphe Marques 2016-04-21 14:13:41 +02:00
parent 7498fafacc
commit 33825ad9dc
2 changed files with 3 additions and 2 deletions

View File

@ -1 +1,2 @@
__version__ = '0.1.5' __version__ = '0.1.5'
__short_version__ = '0.1'

View File

@ -74,7 +74,7 @@ author = 'BigchainDB Contributors'
# built documents. # built documents.
# #
# The short X.Y version. # The short X.Y version.
version = '0.1' version = _version['__short_version__']
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = _version['__version__'] release = _version['__version__']