From 97596d3fe962b352c7a93a17f650d054f231448d Mon Sep 17 00:00:00 2001 From: Andrey Khrolenok Date: Thu, 9 Feb 2023 00:18:04 +0300 Subject: [PATCH] Bump version to 2.5.1 --- 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 93bf850..f492752 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.1-alpha" +VERSION: Final = "2.5.1" 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 cbd762f..cccefdf 100644 --- a/custom_components/gismeteo/manifest.json +++ b/custom_components/gismeteo/manifest.json @@ -1,7 +1,7 @@ { "domain": "gismeteo", "name": "Gismeteo", - "version": "2.5.1-alpha", + "version": "2.5.1", "documentation": "https://github.com/Limych/ha-gismeteo", "issue_tracker": "https://github.com/Limych/ha-gismeteo/issues", "dependencies": [