mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +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."""
|
||||
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}"
|
||||
|
@ -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 (
|
||||
|
Loading…
x
Reference in New Issue
Block a user