From 9a4447ca13a7b3b947b95468072319c38e1e83c1 Mon Sep 17 00:00:00 2001 From: Robbie Trencheny Date: Tue, 30 Aug 2016 13:37:47 -0700 Subject: [PATCH] 0.28.1 --- homeassistant/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/const.py b/homeassistant/const.py index ce46c62850b..73aef3e2c22 100644 --- a/homeassistant/const.py +++ b/homeassistant/const.py @@ -1,7 +1,7 @@ # coding: utf-8 """Constants used by Home Assistant components.""" -__version__ = '0.28.0.dev0' +__version__ = '0.28.1' REQUIRED_PYTHON_VER = (3, 4) PLATFORM_FORMAT = '{}.{}'