From 735607c6258f8eeaa3fb691ea9b896b7755640ec Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Wed, 16 Dec 2020 23:59:45 +0100 Subject: [PATCH] Bump version to 2021.1 (#44298) --- homeassistant/const.py | 4 ++-- tests/components/cloud/test_account_link.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/const.py b/homeassistant/const.py index 469c0fa7fbbfae..de18fd4ed04f86 100644 --- a/homeassistant/const.py +++ b/homeassistant/const.py @@ -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}" diff --git a/tests/components/cloud/test_account_link.py b/tests/components/cloud/test_account_link.py index ce310001b35a1b..1580969b0a5392 100644 --- a/tests/components/cloud/test_account_link.py +++ b/tests/components/cloud/test_account_link.py @@ -44,7 +44,7 @@ async def test_setup_provide_implementation(hass): "homeassistant.components.cloud.account_link._get_services", return_value=[ {"service": "test", "min_version": "0.1.0"}, - {"service": "too_new", "min_version": "100.0.0"}, + {"service": "too_new", "min_version": "1000000.0.0"}, ], ): assert (