From 6a8fd695cc68153c9abc2f46e40ce42f003733f5 Mon Sep 17 00:00:00 2001 From: Jakob Schlyter Date: Sun, 5 Jan 2025 10:04:38 +0100 Subject: [PATCH] Prepare for release 1.13.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 fb84367..922e7f5 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.12.0" + "version": "1.13.0" }