Bump version to 2021.5.0dev0 (#48559)

pull/48017/head^2
Franck Nijhof 2021-03-31 23:16:50 +02:00 committed by GitHub
parent aae0ccc588
commit b58d6a6293
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
"""Constants used by Home Assistant components."""
MAJOR_VERSION = 2021
MINOR_VERSION = 4
MINOR_VERSION = 5
PATCH_VERSION = "0.dev0"
__short_version__ = f"{MAJOR_VERSION}.{MINOR_VERSION}"
__version__ = f"{__short_version__}.{PATCH_VERSION}"