From c3ddfb5b1aba22729905277235ea84955f59a0f2 Mon Sep 17 00:00:00 2001 From: FL550 Date: Tue, 2 Jan 2024 14:11:15 +0100 Subject: [PATCH] Version bump --- custom_components/dwd_weather/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/dwd_weather/manifest.json b/custom_components/dwd_weather/manifest.json index 7c1c383..b1a8138 100644 --- a/custom_components/dwd_weather/manifest.json +++ b/custom_components/dwd_weather/manifest.json @@ -1,6 +1,6 @@ { "domain": "dwd_weather", - "version": "2.0.13", + "version": "2.0.14", "name": "Deutscher Wetterdienst (DWD)", "documentation": "https://github.com/FL550/dwd_weather", "issue_tracker": "https://github.com/FL550/dwd_weather/issues", @@ -9,6 +9,6 @@ "codeowners": [ "@FL550" ], - "requirements": ["simple_dwd_weatherforecast==2.0.24","markdownify==0.6.5","suntimes==1.1.2"], + "requirements": ["simple_dwd_weatherforecast==2.0.26","markdownify==0.6.5","suntimes==1.1.2"], "iot_class": "cloud_polling" }