From c75a77a9019a965127a4566bedfce2ae41bd0871 Mon Sep 17 00:00:00 2001 From: Andrey Khrolenok Date: Tue, 27 Feb 2024 18:20:50 +0300 Subject: [PATCH] Bump version to 0.3.9 --- custom_components/temperature_feels_like/const.py | 2 +- custom_components/temperature_feels_like/manifest.json | 7 ++----- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/custom_components/temperature_feels_like/const.py b/custom_components/temperature_feels_like/const.py index 0c83315..189d429 100644 --- a/custom_components/temperature_feels_like/const.py +++ b/custom_components/temperature_feels_like/const.py @@ -5,7 +5,7 @@ NAME: Final = "Temperature Feels Like" DOMAIN: Final = "temperature_feels_like" -VERSION: Final = "0.3.9-alpha" +VERSION: Final = "0.3.9" ISSUE_URL: Final = "https://github.com/Limych/ha-temperature-feeling/issues" STARTUP_MESSAGE: Final = f""" diff --git a/custom_components/temperature_feels_like/manifest.json b/custom_components/temperature_feels_like/manifest.json index 57c100e..b3808ab 100644 --- a/custom_components/temperature_feels_like/manifest.json +++ b/custom_components/temperature_feels_like/manifest.json @@ -14,9 +14,6 @@ "documentation": "https://github.com/Limych/ha-temperature-feeling", "iot_class": "calculated", "issue_tracker": "https://github.com/Limych/ha-temperature-feeling/issues", - "requirements": [ - "colorlog==6.7.0", - "ruff==0.1.1" - ], - "version": "0.3.9-alpha" + "requirements": [], + "version": "0.3.9" } \ No newline at end of file