Skip to content

Commit aae9697

Browse files
authored
Merge pull request home-assistant#10351 from home-assistant/release-0-57-1
0.57.1
2 parents 37bb626 + af3d9d8 commit aae9697

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

homeassistant/components/frontend/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
from homeassistant.core import callback
2222
from homeassistant.loader import bind_hass
2323

24-
REQUIREMENTS = ['home-assistant-frontend==20171103.0']
24+
REQUIREMENTS = ['home-assistant-frontend==20171104.0']
2525

2626
DOMAIN = 'frontend'
2727
DEPENDENCIES = ['api', 'websocket_api']

homeassistant/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"""Constants used by Home Assistant components."""
33
MAJOR_VERSION = 0
44
MINOR_VERSION = 57
5-
PATCH_VERSION = '0'
5+
PATCH_VERSION = '1'
66
__short_version__ = '{}.{}'.format(MAJOR_VERSION, MINOR_VERSION)
77
__version__ = '{}.{}'.format(__short_version__, PATCH_VERSION)
88
REQUIRED_PYTHON_VER = (3, 4, 2)

requirements_all.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ hipnotify==1.0.8
330330
holidays==0.8.1
331331

332332
# homeassistant.components.frontend
333-
home-assistant-frontend==20171103.0
333+
home-assistant-frontend==20171104.0
334334

335335
# homeassistant.components.camera.onvif
336336
http://github.com/tgaugry/suds-passworddigest-py3/archive/86fc50e39b4d2b8997481967d6a7fe1c57118999.zip#suds-passworddigest-py3==0.1.2a

requirements_test_all.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ hbmqtt==0.8
7474
holidays==0.8.1
7575

7676
# homeassistant.components.frontend
77-
home-assistant-frontend==20171103.0
77+
home-assistant-frontend==20171104.0
7878

7979
# homeassistant.components.influxdb
8080
# homeassistant.components.sensor.influxdb

0 commit comments

Comments
 (0)