From 7fb2aca88bf606d6ddbfff187722a10f309731ae Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Fri, 13 Oct 2017 22:28:15 +0200 Subject: [PATCH] Pump version to 0.72 --- hassio/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hassio/const.py b/hassio/const.py index 4cc9d155b..cfa8a9a1e 100644 --- a/hassio/const.py +++ b/hassio/const.py @@ -2,7 +2,7 @@ from pathlib import Path from ipaddress import ip_network -HASSIO_VERSION = '0.71' +HASSIO_VERSION = '0.72' URL_HASSIO_VERSION = ('https://raw.githubusercontent.com/home-assistant/' 'hassio/{}/version.json')