From 6f4f6338c5194af79c10caec3e1af23580db6159 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Mon, 15 May 2017 16:35:30 +0200 Subject: [PATCH] Pump version --- hassio/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hassio/const.py b/hassio/const.py index 51747567e..0b004b6bf 100644 --- a/hassio/const.py +++ b/hassio/const.py @@ -1,7 +1,7 @@ """Const file for HassIO.""" from pathlib import Path -HASSIO_VERSION = '0.26' +HASSIO_VERSION = '0.27' URL_HASSIO_VERSION = ('https://raw.githubusercontent.com/home-assistant/' 'hassio/master/version.json')