Merge pull request #114 from home-assistant/dev

Release 0.48
This commit is contained in:
Pascal Vizeli 2017-07-26 21:02:44 +02:00 committed by GitHub
commit 4753c058a3
5 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
"""Const file for HassIO."""
from pathlib import Path
HASSIO_VERSION = '0.47'
HASSIO_VERSION = '0.48'
URL_HASSIO_VERSION = ('https://raw.githubusercontent.com/home-assistant/'
'hassio/master/version.json')

File diff suppressed because one or more lines are too long

Binary file not shown.

@ -1 +1 @@
Subproject commit 0c428134dfb6374b4a120cb729396242b4c2f2d7
Subproject commit 1aa387a72f2a8b0c26a005afbba9a8a9fc095e06

View File

@ -1,5 +1,5 @@
{
"hassio": "0.47",
"hassio": "0.48",
"homeassistant": "0.49.1",
"resinos": "1.0",
"resinhup": "0.3",