* Version bump to 0.44.2

* Update frontend
This commit is contained in:
Paulus Schoutsen 2017-05-07 22:07:52 -07:00 committed by GitHub
parent ab9c394e93
commit 12293d6600
7 changed files with 6 additions and 6 deletions

View file

@ -12,7 +12,7 @@ FINGERPRINTS = {
"panels/ha-panel-dev-service.html": "415552027cb083badeff5f16080410ed",
"panels/ha-panel-dev-state.html": "d70314913b8923d750932367b1099750",
"panels/ha-panel-dev-template.html": "567fbf86735e1b891e40c2f4060fec9b",
"panels/ha-panel-hassio.html": "333f86e5f516b31e52365e412deb7fdc",
"panels/ha-panel-hassio.html": "23d175b6744c20e2fdf475b6efdaa1d3",
"panels/ha-panel-history.html": "89062c48c76206cad1cec14ddbb1cbb1",
"panels/ha-panel-iframe.html": "d920f0aa3c903680f2f8795e2255daab",
"panels/ha-panel-logbook.html": "6dd6a16f52117318b202e60f98400163",

@ -1 +1 @@
Subproject commit f020e60b67ec38e3ede72b1ebc86d4e055565cd7
Subproject commit 9e7dc4a921f86e60cc1f14afe254e5310b63e854

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -2,7 +2,7 @@
"""Constants used by Home Assistant components."""
MAJOR_VERSION = 0
MINOR_VERSION = 44
PATCH_VERSION = '1'
PATCH_VERSION = '2'
__short_version__ = '{}.{}'.format(MAJOR_VERSION, MINOR_VERSION)
__version__ = '{}.{}'.format(__short_version__, PATCH_VERSION)
REQUIRED_PYTHON_VER = (3, 4, 2)