From 7ac7ea5ccc2d5418a0b7b0472d6c1e968e109691 Mon Sep 17 00:00:00 2001 From: quick-release <68967746+TRW-bot@users.noreply.github.com> Date: Thu, 12 Sep 2024 03:06:05 +0000 Subject: [PATCH] chore(release): v3.1.7 ## v3.1.7 (2024-09-12) --- custom_components/thermal_vision/const.py | 2 +- custom_components/thermal_vision/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/thermal_vision/const.py b/custom_components/thermal_vision/const.py index a01cac6..7f4fd05 100644 --- a/custom_components/thermal_vision/const.py +++ b/custom_components/thermal_vision/const.py @@ -2,7 +2,7 @@ DOMAIN = "thermal_vision" -VERSION = "v3.1.6" +VERSION = "v3.1.7" ISSUE_URL = "https://github.com/TheRealWaldo/thermal/issues" CONF_WIDTH = "width" diff --git a/custom_components/thermal_vision/manifest.json b/custom_components/thermal_vision/manifest.json index e72a8ea..3d1b9c2 100755 --- a/custom_components/thermal_vision/manifest.json +++ b/custom_components/thermal_vision/manifest.json @@ -7,5 +7,5 @@ "iot_class": "local_polling", "issue_tracker": "https://github.com/TheRealWaldo/thermal/issues", "requirements": ["colour", "numpy", "pillow"], - "version": "v3.1.6" + "version": "v3.1.7" }