From 3e082b5ce65a513874a29193e7a7b9232276ae79 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sat, 31 Mar 2018 17:43:41 -0700 Subject: [PATCH 1/3] Bump frontend to 20180401.0 --- homeassistant/components/frontend/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/frontend/__init__.py b/homeassistant/components/frontend/__init__.py index b2f50148bd3..1fbfe94bb0d 100644 --- a/homeassistant/components/frontend/__init__.py +++ b/homeassistant/components/frontend/__init__.py @@ -24,7 +24,7 @@ from homeassistant.core import callback from homeassistant.helpers.translation import async_get_translations from homeassistant.loader import bind_hass -REQUIREMENTS = ['home-assistant-frontend==20180330.0'] +REQUIREMENTS = ['home-assistant-frontend==20180401.0'] DOMAIN = 'frontend' DEPENDENCIES = ['api', 'websocket_api', 'http', 'system_log'] From 8fbef5b0029c33cf3f6e5a1694676f852a297dc0 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sat, 31 Mar 2018 17:44:01 -0700 Subject: [PATCH 2/3] Version bump to 0.66.1b0 --- homeassistant/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/const.py b/homeassistant/const.py index 3dce8882015..ea3dc327c46 100644 --- a/homeassistant/const.py +++ b/homeassistant/const.py @@ -2,7 +2,7 @@ """Constants used by Home Assistant components.""" MAJOR_VERSION = 0 MINOR_VERSION = 66 -PATCH_VERSION = '0' +PATCH_VERSION = '1b0' __short_version__ = '{}.{}'.format(MAJOR_VERSION, MINOR_VERSION) __version__ = '{}.{}'.format(__short_version__, PATCH_VERSION) REQUIRED_PYTHON_VER = (3, 5, 3) From 9f0f7394fbb6bc5fc1cb93a555283cc9de39888c Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sat, 31 Mar 2018 18:02:43 -0700 Subject: [PATCH 3/3] Version bump frontend done right --- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements_all.txt b/requirements_all.txt index 7ac9bd5fd7e..b2232eeb9e2 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -366,7 +366,7 @@ hipnotify==1.0.8 holidays==0.9.4 # homeassistant.components.frontend -home-assistant-frontend==20180330.0 +home-assistant-frontend==20180401.0 # homeassistant.components.homematicip_cloud homematicip==0.8 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 33527a913a5..8c01400f79e 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -81,7 +81,7 @@ hbmqtt==0.9.1 holidays==0.9.4 # homeassistant.components.frontend -home-assistant-frontend==20180330.0 +home-assistant-frontend==20180401.0 # homeassistant.components.influxdb # homeassistant.components.sensor.influxdb