Version bump to 0.26.2

This commit is contained in:
Paulus Schoutsen 2016-08-14 21:22:28 -07:00
parent 8a8551132f
commit c4b714a10d

View File

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