Version bump to 0.27.0

This commit is contained in:
Robbie Trencheny 2016-08-27 20:07:20 -07:00
parent 43555b646c
commit 78675ed3f8

View File

@ -1,7 +1,7 @@
# coding: utf-8
"""Constants used by Home Assistant components."""
__version__ = '0.27.0.dev0'
__version__ = '0.27.0'
REQUIRED_PYTHON_VER = (3, 4)
PLATFORM_FORMAT = '{}.{}'