Version bump to 0.24.1

pull/2583/head
Paulus Schoutsen 2016-07-20 22:42:46 -07:00
parent 7a1e2de49f
commit 19cb1a954f
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 5e7f2fdbe849c43ba1c7dd647e5f948894c3118e Subproject commit 718384f22aa0a689190a4d3f41b5e9ed091c80a3

View File

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