From 9648f766dd3d7070bfe4e6ab84598995557ab692 Mon Sep 17 00:00:00 2001 From: Andrey Khrolenok Date: Tue, 27 Feb 2024 01:22:34 +0300 Subject: [PATCH] Bump version to 1.6.5 --- custom_components/iaquk/const.py | 2 +- custom_components/iaquk/manifest.json | 7 ++----- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/custom_components/iaquk/const.py b/custom_components/iaquk/const.py index 1410281..1b812de 100644 --- a/custom_components/iaquk/const.py +++ b/custom_components/iaquk/const.py @@ -6,7 +6,7 @@ # Base component constants NAME: Final = "Indoor Air Quality UK Index" DOMAIN: Final = "iaquk" -VERSION: Final = "1.6.5-alpha" +VERSION: Final = "1.6.5" ISSUE_URL: Final = "https://github.com/Limych/ha-iaquk/issues" STARTUP_MESSAGE: Final = f""" diff --git a/custom_components/iaquk/manifest.json b/custom_components/iaquk/manifest.json index 1bc754c..fa60601 100644 --- a/custom_components/iaquk/manifest.json +++ b/custom_components/iaquk/manifest.json @@ -9,9 +9,6 @@ "documentation": "https://github.com/Limych/ha-iaquk", "iot_class": "calculated", "issue_tracker": "https://github.com/Limych/ha-iaquk/issues", - "requirements": [ - "colorlog==6.7.0", - "ruff==0.0.291" - ], - "version": "1.6.5-alpha" + "requirements": [], + "version": "1.6.5" } \ No newline at end of file