From 916f3caedd73ef7d417c19c58b1b0d1f1f21d55f Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Mon, 8 Oct 2018 00:21:59 +0200 Subject: [PATCH] Bump version 135 --- hassio/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hassio/const.py b/hassio/const.py index 3db24b673..d14a33d0e 100644 --- a/hassio/const.py +++ b/hassio/const.py @@ -2,7 +2,7 @@ from pathlib import Path from ipaddress import ip_network -HASSIO_VERSION = '134' +HASSIO_VERSION = '135' URL_HASSIO_ADDONS = "https://github.com/home-assistant/hassio-addons" URL_HASSIO_VERSION = \