Bump version to v1.15.0b3

This commit is contained in:
Otto Winter 2020-07-29 20:05:22 +02:00
parent 351ce67eae
commit e2b5ecb78b
No known key found for this signature in database
GPG Key ID: 48ED2DDB96D7682C

View File

@ -2,7 +2,7 @@
MAJOR_VERSION = 1
MINOR_VERSION = 15
PATCH_VERSION = '0b2'
PATCH_VERSION = '0b3'
__short_version__ = f'{MAJOR_VERSION}.{MINOR_VERSION}'
__version__ = f'{__short_version__}.{PATCH_VERSION}'