Skip to content

Commit

Permalink
Bump version to 2021.1 (home-assistant#44298)
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob authored Dec 16, 2020
1 parent aaae452 commit 735607c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions homeassistant/const.py
Original file line number Diff line number Diff line change
@@ -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}"
Expand Down
2 changes: 1 addition & 1 deletion tests/components/cloud/test_account_link.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit 735607c

Please sign in to comment.