From 37f4b74d00cc2a35d8264a3982ead3c3894c630e Mon Sep 17 00:00:00 2001 From: mampfes Date: Sun, 25 Feb 2024 10:11:40 +0100 Subject: [PATCH] set version to 2.3.5 --- custom_components/epex_spot/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/epex_spot/manifest.json b/custom_components/epex_spot/manifest.json index 8e6c9ec..4741f6e 100644 --- a/custom_components/epex_spot/manifest.json +++ b/custom_components/epex_spot/manifest.json @@ -8,5 +8,5 @@ "iot_class": "cloud_polling", "issue_tracker": "https://github.com/mampfes/ha_epex_spot/issues", "requirements": ["bs4"], - "version": "2.3.4" + "version": "2.3.5" }