Merge branch 'dev'

This commit is contained in:
Paulus Schoutsen 2015-09-19 21:19:20 -07:00
commit dc55525206
3 changed files with 10 additions and 10 deletions

View File

@ -1,2 +1,2 @@
""" DO NOT MODIFY. Auto-generated by build_frontend script """
VERSION = "0ab148ece11ddde26b95460c2c91da3d"
VERSION = "5f35285bc502e3f69f564240fee04baa"

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
""" Constants used by Home Assistant components. """
__version__ = "0.7.3dev0"
__version__ = "0.7.3"
# Can be used to specify a catch all when registering state or event listeners.
MATCH_ALL = '*'