Merge pull request #1760 from bigchaindb/update-version-number-on-1.1-branch

Update version.py for the v1.1 release
This commit is contained in:
Troy McConaghy 2017-09-26 11:06:41 +02:00 committed by GitHub
commit c4e46f8604

View File

@ -1,2 +1,2 @@
__version__ = '1.1.0.dev'
__short_version__ = '1.1.dev'
__version__ = '1.1.0'
__short_version__ = '1.1'