From 4e645332c398015a164448fbcc14d0576dbcebee Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Sat, 3 Jun 2017 00:15:46 +0200 Subject: [PATCH] Pump version to 0.36 --- hassio/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hassio/const.py b/hassio/const.py index 4115db46c..5dae70b5f 100644 --- a/hassio/const.py +++ b/hassio/const.py @@ -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')