Skip to content

Commit

Permalink
Merge pull request #16787 from home-assistant/rc
Browse files Browse the repository at this point in the history
0.78.3
  • Loading branch information
balloob committed Sep 22, 2018
2 parents 2ac16b1 + 5eda5f2 commit fce275d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/tts/google.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
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__)

Expand Down
2 changes: 1 addition & 1 deletion homeassistant/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"""Constants used by Home Assistant components."""
MAJOR_VERSION = 0
MINOR_VERSION = 78
PATCH_VERSION = '2'
PATCH_VERSION = '3'
__short_version__ = '{}.{}'.format(MAJOR_VERSION, MINOR_VERSION)
__version__ = '{}.{}'.format(__short_version__, PATCH_VERSION)
REQUIRED_PYTHON_VER = (3, 5, 3)
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fce275d

Please sign in to comment.