Next version

This commit is contained in:
Pascal Vizeli 2017-06-01 00:39:39 +02:00 committed by GitHub
parent e35b0a54c1
commit c0bde4a488

View File

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