Compare commits

..

5 Commits

Author SHA1 Message Date
Paulus Schoutsen a5b9e59cee Version bump to 0.70.0b6 2018-05-26 14:30:03 -04:00
Paulus Schoutsen fb447cab82 Bump frontend to 20180526.3 2018-05-26 14:29:53 -04:00
Paulus Schoutsen 6b9addfeea Update release script 2018-05-26 11:54:50 -04:00
Paulus Schoutsen 6c62f7231b Version bump to 0.70.0b5 2018-05-26 11:53:57 -04:00
Paulus Schoutsen 52c21a53b3 Bump frontend to 20180526.2 2018-05-26 11:53:44 -04:00
5 changed files with 5 additions and 4 deletions
@@ -25,7 +25,7 @@ from homeassistant.core import callback
from homeassistant.helpers.translation import async_get_translations
from homeassistant.loader import bind_hass
REQUIREMENTS = ['home-assistant-frontend==20180526.1']
REQUIREMENTS = ['home-assistant-frontend==20180526.3']
DOMAIN = 'frontend'
DEPENDENCIES = ['api', 'websocket_api', 'http', 'system_log']
+1 -1
View File
@@ -2,7 +2,7 @@
"""Constants used by Home Assistant components."""
MAJOR_VERSION = 0
MINOR_VERSION = 70
PATCH_VERSION = '0b4'
PATCH_VERSION = '0b6'
__short_version__ = '{}.{}'.format(MAJOR_VERSION, MINOR_VERSION)
__version__ = '{}.{}'.format(__short_version__, PATCH_VERSION)
REQUIRED_PYTHON_VER = (3, 5, 3)
+1 -1
View File
@@ -389,7 +389,7 @@ hipnotify==1.0.8
holidays==0.9.5
# homeassistant.components.frontend
home-assistant-frontend==20180526.1
home-assistant-frontend==20180526.3
# homeassistant.components.homekit_controller
# homekit==0.6
+1 -1
View File
@@ -81,7 +81,7 @@ hbmqtt==0.9.2
holidays==0.9.5
# homeassistant.components.frontend
home-assistant-frontend==20180526.1
home-assistant-frontend==20180526.3
# homeassistant.components.influxdb
# homeassistant.components.sensor.influxdb
+1
View File
@@ -27,5 +27,6 @@ then
exit 1
fi
rm -rf dist
python3 setup.py sdist bdist_wheel
python3 -m twine upload dist/* --skip-existing