Version bump to 0.24.1
parent
7a1e2de49f
commit
19cb1a954f
|
@ -1 +1 @@
|
||||||
Subproject commit 5e7f2fdbe849c43ba1c7dd647e5f948894c3118e
|
Subproject commit 718384f22aa0a689190a4d3f41b5e9ed091c80a3
|
|
@ -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 = '{}.{}'
|
||||||
|
|
Loading…
Reference in New Issue