From 8c44ecc4ba9e7bd57e74951249ce8a9023bbbb04 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 17 Jul 2016 00:20:41 +0200 Subject: [PATCH] Update version --- homeassistant/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/const.py b/homeassistant/const.py index 50718be7804..e52570fb460 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.0.dev0" +__version__ = "0.24" REQUIRED_PYTHON_VER = (3, 4) PLATFORM_FORMAT = '{}.{}'