From 010ac86be8ce579d87c897c7baa87979b66c7d68 Mon Sep 17 00:00:00 2001 From: Farfar Date: Mon, 15 Feb 2021 13:13:22 +0100 Subject: [PATCH] =?UTF-8?q?Version=20bump=20=09=C3=A4ndrad:=20=20=20=20=20?= =?UTF-8?q?=20=20=20README.md=20=09=C3=A4ndrad:=20=20=20=20=20=20=20=20cus?= =?UTF-8?q?tom=5Fcomponents/skodaconnect/=5F=5Finit=5F=5F.py=20=09=C3=A4nd?= =?UTF-8?q?rad:=20=20=20=20=20=20=20=20custom=5Fcomponents/skodaconnect/ma?= =?UTF-8?q?nifest.json=20=09=C3=A4ndrad:=20=20=20=20=20=20=20=20requiremen?= =?UTF-8?q?ts.txt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- custom_components/skodaconnect/__init__.py | 2 +- custom_components/skodaconnect/manifest.json | 2 +- requirements.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f9aae17..e51ab67 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ # Skoda Connect - A Home Assistant custom component for Skoda Connect/MyŠKODA -# v1.0.35 +# v1.0.36 **WARNING!** ***Version 1.0.30 and later has undergone major code changes since release 1.0.27. If you are updating, be sure to backup all your data*** diff --git a/custom_components/skodaconnect/__init__.py b/custom_components/skodaconnect/__init__.py index 9ba4b08..a2fccdc 100644 --- a/custom_components/skodaconnect/__init__.py +++ b/custom_components/skodaconnect/__init__.py @@ -26,7 +26,7 @@ # from . import skoda -__version__ = "1.0.35" +__version__ = "1.0.36" _LOGGER = logging.getLogger(__name__) DOMAIN = "skodaconnect" diff --git a/custom_components/skodaconnect/manifest.json b/custom_components/skodaconnect/manifest.json index 807fc5d..e8c5ba3 100644 --- a/custom_components/skodaconnect/manifest.json +++ b/custom_components/skodaconnect/manifest.json @@ -5,5 +5,5 @@ "issue_tracker": "https://github.com/lendy007/homeassistant-skodaconnect/issues", "dependencies": [], "codeowners": ["@lendy007"], - "requirements": ["skodaconnect==1.0.35"] + "requirements": ["skodaconnect==1.0.36"] } diff --git a/requirements.txt b/requirements.txt index 1553083..4025357 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -skodaconnect==1.0.35 +skodaconnect==1.0.36