From b763456aef70176e4a8ea02f4674a126e0819bbe Mon Sep 17 00:00:00 2001 From: Jason Rumney Date: Thu, 29 Feb 2024 22:26:13 +0900 Subject: [PATCH] Bump version again There is no 2024.2.2 release, bump it to 2024.3.0, as there will not be a release today. - remove unused import --- custom_components/tuya_local/helpers/mixin.py | 1 - custom_components/tuya_local/manifest.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/custom_components/tuya_local/helpers/mixin.py b/custom_components/tuya_local/helpers/mixin.py index bc0dfda1b4..6a5126fba9 100644 --- a/custom_components/tuya_local/helpers/mixin.py +++ b/custom_components/tuya_local/helpers/mixin.py @@ -9,7 +9,6 @@ UnitOfTemperature, ) from homeassistant.helpers.entity import EntityCategory -from homeassistant.helpers.typing import UNDEFINED _LOGGER = logging.getLogger(__name__) diff --git a/custom_components/tuya_local/manifest.json b/custom_components/tuya_local/manifest.json index 534bf8e4ea..96dc8c1cb5 100644 --- a/custom_components/tuya_local/manifest.json +++ b/custom_components/tuya_local/manifest.json @@ -9,5 +9,5 @@ "iot_class": "local_push", "issue_tracker": "https://github.com/make-all/tuya-local/issues", "requirements": ["tinytuya==1.13.2"], - "version": "2024.2.2" + "version": "2024.3.0" }