From b2e64881e3c68b03e52bae030f1811c19cf7ad1a Mon Sep 17 00:00:00 2001 From: Andrey Khrolenok Date: Sun, 26 May 2024 11:42:07 +0300 Subject: [PATCH] Bump version to 3.0.0 --- custom_components/gismeteo/const.py | 2 +- custom_components/gismeteo/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/gismeteo/const.py b/custom_components/gismeteo/const.py index 0fad307..e9c7767 100644 --- a/custom_components/gismeteo/const.py +++ b/custom_components/gismeteo/const.py @@ -41,7 +41,7 @@ # Base component constants NAME: Final = "Gismeteo" DOMAIN: Final = "gismeteo" -VERSION: Final = "3.0.0-beta5" +VERSION: Final = "3.0.0" 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 897acd6..8681d68 100644 --- a/custom_components/gismeteo/manifest.json +++ b/custom_components/gismeteo/manifest.json @@ -14,5 +14,5 @@ "requirements": [ "beautifulsoup4~=4.12" ], - "version": "3.0.0-beta5" + "version": "3.0.0" } \ No newline at end of file