From 6a0f0e6d6bcf270e8251f4c68a48f4f028873fe8 Mon Sep 17 00:00:00 2001 From: Jakob Schlyter Date: Wed, 25 Dec 2024 23:18:52 +0100 Subject: [PATCH] Prepare for release 1.12.0 --- custom_components/polestar_api/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/polestar_api/manifest.json b/custom_components/polestar_api/manifest.json index e7026d5..fb84367 100644 --- a/custom_components/polestar_api/manifest.json +++ b/custom_components/polestar_api/manifest.json @@ -11,5 +11,5 @@ "iot_class": "cloud_polling", "issue_tracker": "https://github.com/pypolestar/polestar_api/issues", "requirements": ["gql[httpx]>=3.5.0", "homeassistant>=2024.6.0"], - "version": "1.11.0" + "version": "1.12.0" }