mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
added short_version field because of readthedocs
This commit is contained in:
parent
7498fafacc
commit
33825ad9dc
@ -1 +1,2 @@
|
|||||||
__version__ = '0.1.5'
|
__version__ = '0.1.5'
|
||||||
|
__short_version__ = '0.1'
|
@ -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__']
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user