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