From 7f33b3b5aaf66710d82bf4e4b6aae3b43947db3b Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Tue, 8 Aug 2017 21:14:37 +0200 Subject: [PATCH] Pump version to 0.52 --- hassio/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hassio/const.py b/hassio/const.py index a5c5ab073..c30893bdb 100644 --- a/hassio/const.py +++ b/hassio/const.py @@ -1,7 +1,7 @@ """Const file for HassIO.""" from pathlib import Path -HASSIO_VERSION = '0.51' +HASSIO_VERSION = '0.52' URL_HASSIO_VERSION = ('https://raw.githubusercontent.com/home-assistant/' 'hassio/{}/version.json')