From e577d8acb24886f39920b32ac417ca3777e42c16 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Fri, 19 Jul 2019 11:49:00 +0200 Subject: [PATCH] Bump version 171 --- hassio/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hassio/const.py b/hassio/const.py index 24eb2677a..69219c7ba 100644 --- a/hassio/const.py +++ b/hassio/const.py @@ -3,7 +3,7 @@ from pathlib import Path from ipaddress import ip_network -HASSIO_VERSION = "170" +HASSIO_VERSION = "171" URL_HASSIO_ADDONS = "https://github.com/home-assistant/hassio-addons" URL_HASSIO_VERSION = "https://version.home-assistant.io/{channel}.json"