mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Bump version to 2021.1 (#44298)
This commit is contained in:
parent
aaae452d58
commit
735607c625
@ -1,6 +1,6 @@
|
|||||||
"""Constants used by Home Assistant components."""
|
"""Constants used by Home Assistant components."""
|
||||||
MAJOR_VERSION = 0
|
MAJOR_VERSION = 2021
|
||||||
MINOR_VERSION = 119
|
MINOR_VERSION = 1
|
||||||
PATCH_VERSION = "0.dev0"
|
PATCH_VERSION = "0.dev0"
|
||||||
__short_version__ = f"{MAJOR_VERSION}.{MINOR_VERSION}"
|
__short_version__ = f"{MAJOR_VERSION}.{MINOR_VERSION}"
|
||||||
__version__ = f"{__short_version__}.{PATCH_VERSION}"
|
__version__ = f"{__short_version__}.{PATCH_VERSION}"
|
||||||
|
@ -44,7 +44,7 @@ async def test_setup_provide_implementation(hass):
|
|||||||
"homeassistant.components.cloud.account_link._get_services",
|
"homeassistant.components.cloud.account_link._get_services",
|
||||||
return_value=[
|
return_value=[
|
||||||
{"service": "test", "min_version": "0.1.0"},
|
{"service": "test", "min_version": "0.1.0"},
|
||||||
{"service": "too_new", "min_version": "100.0.0"},
|
{"service": "too_new", "min_version": "1000000.0.0"},
|
||||||
],
|
],
|
||||||
):
|
):
|
||||||
assert (
|
assert (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user