From 47e45dfc9fe7a84ee94f66e96bb4b1db1e7f9864 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Tue, 16 May 2017 11:45:20 +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 d81e5360e..99bcd96da 100644 --- a/hassio/const.py +++ b/hassio/const.py @@ -1,7 +1,7 @@ """Const file for HassIO.""" from pathlib import Path -HASSIO_VERSION = '0.27' +HASSIO_VERSION = '0.28' URL_HASSIO_VERSION = ('https://raw.githubusercontent.com/home-assistant/' 'hassio/master/version.json')