From c7d5514c831528beba3ba2e5a39a1068fda2406f Mon Sep 17 00:00:00 2001 From: WebSpider Date: Sat, 21 Dec 2024 11:50:03 +0100 Subject: [PATCH] Bump version to 1.17.2 (#483) --- custom_components/myskoda/manifest.json | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/myskoda/manifest.json b/custom_components/myskoda/manifest.json index 07577ee..e567870 100644 --- a/custom_components/myskoda/manifest.json +++ b/custom_components/myskoda/manifest.json @@ -19,5 +19,5 @@ "requirements": [ "myskoda==0.16.0" ], - "version": "1.17.1" + "version": "1.17.2" } diff --git a/pyproject.toml b/pyproject.toml index e7e9937..b7f51fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "homeassistant-myskoda" -version = "1.17.1" +version = "1.17.2" description = "HomeAssistant integration for MySkoda." authors = [ "Frederick Gnodtke ",