From 4c03edb5a912f65dd56603148b3162418d9e839d Mon Sep 17 00:00:00 2001 From: Andrey Khrolenok Date: Sun, 13 Sep 2020 12:42:27 +0300 Subject: [PATCH] Bump version to 1.6.0 --- custom_components/average/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/average/__init__.py b/custom_components/average/__init__.py index 4ac987c..48a2e64 100644 --- a/custom_components/average/__init__.py +++ b/custom_components/average/__init__.py @@ -11,5 +11,5 @@ """ # Base component constants -VERSION = '1.5.1' +VERSION = '1.6.0' ISSUE_URL = "https://github.com/Limych/ha-average/issues"