From f5369e2ab86ff02baa135554ae0c86832781dc37 Mon Sep 17 00:00:00 2001 From: Andrey Khrolenok Date: Sun, 1 Oct 2023 16:26:11 +0300 Subject: [PATCH] Bump version to 2.5.2 --- custom_components/gismeteo/const.py | 2 +- custom_components/gismeteo/manifest.json | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/custom_components/gismeteo/const.py b/custom_components/gismeteo/const.py index c595623..fc13fd6 100644 --- a/custom_components/gismeteo/const.py +++ b/custom_components/gismeteo/const.py @@ -31,7 +31,7 @@ # Base component constants NAME: Final = "Gismeteo" DOMAIN: Final = "gismeteo" -VERSION: Final = "2.5.2-alpha" +VERSION: Final = "2.5.2" ATTRIBUTION: Final = "Data provided by Gismeteo" ISSUE_URL: Final = "https://github.com/Limych/ha-gismeteo/issues" diff --git a/custom_components/gismeteo/manifest.json b/custom_components/gismeteo/manifest.json index b62ce5f..41d2b1d 100644 --- a/custom_components/gismeteo/manifest.json +++ b/custom_components/gismeteo/manifest.json @@ -11,6 +11,9 @@ "documentation": "https://github.com/Limych/ha-gismeteo", "iot_class": "cloud_polling", "issue_tracker": "https://github.com/Limych/ha-gismeteo/issues", - "requirements": [], - "version": "2.5.2-alpha" -} + "requirements": [ + "colorlog==6.7.0", + "ruff==0.0.291" + ], + "version": "2.5.2" +} \ No newline at end of file