Compare commits

...

8 Commits

Author SHA1 Message Date
Paulus Schoutsen fce275d29c Merge pull request #16787 from home-assistant/rc
0.78.3
2018-09-22 11:20:29 +02:00
Paulus Schoutsen 5eda5f2f7b Bumped version to 0.78.3 2018-09-22 11:18:54 +02:00
edif30 5ab580ab34 Bump gtts-token to 1.1.2 (#16775)
* bump gtts-token to 1.1.2

* bump gtts-token to 1.1.2

* bump gtts-token to 1.1.2
2018-09-22 11:18:47 +02:00
Paulus Schoutsen 2ac16b12c1 Merge pull request #16770 from home-assistant/rc
0.78.2
2018-09-21 11:40:04 +02:00
Paulus Schoutsen 44a98fb77a Bumped version to 0.78.2 2018-09-20 20:26:25 +02:00
Fabian Affolter 03d93bea34 Upgrade zeroconf to 0.21.2 (#16730) 2018-09-20 20:25:39 +02:00
Fabian Affolter 9dbac9b033 Upgrade zeroconf to 0.21.1 (#16687) 2018-09-20 20:25:38 +02:00
tadly 9e86f0498b Upgrade zeroconf to 0.21.0 (#16647) 2018-09-20 20:25:38 +02:00
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ import yarl
from homeassistant.components.tts import CONF_LANG, PLATFORM_SCHEMA, Provider
from homeassistant.helpers.aiohttp_client import async_get_clientsession
REQUIREMENTS = ['gTTS-token==1.1.1']
REQUIREMENTS = ['gTTS-token==1.1.2']
_LOGGER = logging.getLogger(__name__)
+1 -1
View File
@@ -12,7 +12,7 @@ import voluptuous as vol
from homeassistant import util
from homeassistant.const import (EVENT_HOMEASSISTANT_STOP, __version__)
REQUIREMENTS = ['zeroconf==0.20.0']
REQUIREMENTS = ['zeroconf==0.21.2']
_LOGGER = logging.getLogger(__name__)
+1 -1
View File
@@ -2,7 +2,7 @@
"""Constants used by Home Assistant components."""
MAJOR_VERSION = 0
MINOR_VERSION = 78
PATCH_VERSION = '1'
PATCH_VERSION = '3'
__short_version__ = '{}.{}'.format(MAJOR_VERSION, MINOR_VERSION)
__version__ = '{}.{}'.format(__short_version__, PATCH_VERSION)
REQUIRED_PYTHON_VER = (3, 5, 3)
+2 -2
View File
@@ -383,7 +383,7 @@ freesms==0.1.2
fritzhome==1.0.4
# homeassistant.components.tts.google
gTTS-token==1.1.1
gTTS-token==1.1.2
# homeassistant.components.sensor.gearbest
gearbest_parser==1.0.7
@@ -1523,7 +1523,7 @@ youtube_dl==2018.09.10
zengge==0.2
# homeassistant.components.zeroconf
zeroconf==0.20.0
zeroconf==0.21.2
# homeassistant.components.climate.zhong_hong
zhong_hong_hvac==1.0.9
+1 -1
View File
@@ -66,7 +66,7 @@ feedparser==5.2.1
foobot_async==0.3.1
# homeassistant.components.tts.google
gTTS-token==1.1.1
gTTS-token==1.1.2
# homeassistant.components.ffmpeg
ha-ffmpeg==1.9