From 89639822f17dc0c7a362ab420344da0d23ed24c9 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 17 Jul 2016 00:25:49 +0200 Subject: [PATCH] Fix version --- homeassistant/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/const.py b/homeassistant/const.py index e52570fb460..8318020a43a 100644 --- a/homeassistant/const.py +++ b/homeassistant/const.py @@ -1,7 +1,7 @@ # coding: utf-8 """Constants used by Home Assistant components.""" -__version__ = "0.24" +__version__ = "0.24.0" REQUIRED_PYTHON_VER = (3, 4) PLATFORM_FORMAT = '{}.{}'