Bump version to v1.14.0

This commit is contained in:
Otto Winter 2019-11-01 18:27:24 +01:00
parent 5efd076c08
commit 3aaa92fdff
No known key found for this signature in database
GPG key ID: DB66C0BE6013F97E

View file

@ -3,7 +3,7 @@
MAJOR_VERSION = 1
MINOR_VERSION = 14
PATCH_VERSION = '0b5'
PATCH_VERSION = '0'
__short_version__ = '{}.{}'.format(MAJOR_VERSION, MINOR_VERSION)
__version__ = '{}.{}'.format(__short_version__, PATCH_VERSION)