Skip to content

Commit

Permalink
Merge pull request #16770 from home-assistant/rc
Browse files Browse the repository at this point in the history
0.78.2
  • Loading branch information
balloob committed Sep 21, 2018
2 parents 0d0d5c8 + 44a98fb commit 2ac16b1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/zeroconf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
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__)

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 = '1'
PATCH_VERSION = '2'
__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 @@ -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
Expand Down

0 comments on commit 2ac16b1

Please sign in to comment.