Pump version to 0.36

This commit is contained in:
Pascal Vizeli 2017-06-03 00:15:46 +02:00 committed by GitHub
parent 255a33fc08
commit 4e645332c3

View File

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