1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Bump version to 2021.1 (#44298)

This commit is contained in:
Paulus Schoutsen
2020-12-16 23:59:45 +01:00
committed by GitHub
parent aaae452d58
commit 735607c625
2 changed files with 3 additions and 3 deletions

View File

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