Merge branch 'rc'

This commit is contained in:
Paulus Schoutsen 2018-07-08 17:35:59 +02:00
commit a2a4c633f3
4 changed files with 4 additions and 4 deletions

View File

@ -26,7 +26,7 @@ from homeassistant.helpers.translation import async_get_translations
from homeassistant.loader import bind_hass
from homeassistant.util.yaml import load_yaml
REQUIREMENTS = ['home-assistant-frontend==20180704.0']
REQUIREMENTS = ['home-assistant-frontend==20180708.0']
DOMAIN = 'frontend'
DEPENDENCIES = ['api', 'websocket_api', 'http', 'system_log']

View File

@ -2,7 +2,7 @@
"""Constants used by Home Assistant components."""
MAJOR_VERSION = 0
MINOR_VERSION = 73
PATCH_VERSION = '0'
PATCH_VERSION = '1'
__short_version__ = '{}.{}'.format(MAJOR_VERSION, MINOR_VERSION)
__version__ = '{}.{}'.format(__short_version__, PATCH_VERSION)
REQUIRED_PYTHON_VER = (3, 5, 3)

View File

@ -415,7 +415,7 @@ hole==0.3.0
holidays==0.9.5
# homeassistant.components.frontend
home-assistant-frontend==20180704.0
home-assistant-frontend==20180708.0
# homeassistant.components.homekit_controller
# homekit==0.6

View File

@ -81,7 +81,7 @@ hbmqtt==0.9.2
holidays==0.9.5
# homeassistant.components.frontend
home-assistant-frontend==20180704.0
home-assistant-frontend==20180708.0
# homeassistant.components.influxdb
# homeassistant.components.sensor.influxdb