From 0f5e719123c66b926953b85b319f29beb5331174 Mon Sep 17 00:00:00 2001 From: hultenvp <61835400+hultenvp@users.noreply.github.com> Date: Fri, 6 Sep 2024 13:49:00 +0200 Subject: [PATCH] Bump minor version --- custom_components/solis/sensor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/solis/sensor.py b/custom_components/solis/sensor.py index 86c9810..4ae3870 100644 --- a/custom_components/solis/sensor.py +++ b/custom_components/solis/sensor.py @@ -43,7 +43,7 @@ _LOGGER = logging.getLogger(__name__) # VERSION -VERSION = '3.6.0' +VERSION = '3.7.0' # ATTRIBUTES LAST_UPDATED = 'Last updated'