Bump version to v1.15.0b1

This commit is contained in:
Otto Winter 2020-07-26 22:12:58 +02:00
parent 312958c573
commit c1748d586e
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 = '0-dev'
PATCH_VERSION = '0b1'
__short_version__ = f'{MAJOR_VERSION}.{MINOR_VERSION}'
__version__ = f'{__short_version__}.{PATCH_VERSION}'