Version bump to 0.22

This commit is contained in:
Paulus Schoutsen 2016-06-18 13:19:57 -07:00
parent a80a74b586
commit 314fa42298
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 0e6dc25fcd09ad1150aab258f8d01491a8ee8db7
Subproject commit 168706fdb192219d8074d6709c0ce686180d1c8a

View File

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