From e3c3d646f69e5e1683a761182699478cd86e7e73 Mon Sep 17 00:00:00 2001 From: Farfar Date: Wed, 27 Jan 2021 17:19:07 +0100 Subject: [PATCH] =?UTF-8?q?Bumped=20version=20to=20match=20library.=20Rewo?= =?UTF-8?q?rked=20service=20autodiscovery.=20=09=C3=A4ndrad:=20=20=20=20?= =?UTF-8?q?=20=20=20=20README.md=20=09=C3=A4ndrad:=20=20=20=20=20=20=20=20?= =?UTF-8?q?custom=5Fcomponents/skodaconnect/=5F=5Finit=5F=5F.py=20=09?= =?UTF-8?q?=C3=A4ndrad:=20=20=20=20=20=20=20=20custom=5Fcomponents/skodaco?= =?UTF-8?q?nnect/manifest.json=20=09=C3=A4ndrad:=20=20=20=20=20=20=20=20re?= =?UTF-8?q?quirements.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 be13e4e..147b5f1 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.30-RC +# v1.0.30-RC4 **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 f67ef40..732e283 100644 --- a/custom_components/skodaconnect/__init__.py +++ b/custom_components/skodaconnect/__init__.py @@ -26,7 +26,7 @@ # from . import skoda -__version__ = "1.0.30-rc2" +__version__ = "1.0.30-rc4" _LOGGER = logging.getLogger(__name__) DOMAIN = "skodaconnect" diff --git a/custom_components/skodaconnect/manifest.json b/custom_components/skodaconnect/manifest.json index 98e9549..181fc72 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.30rc2"] + "requirements": ["skodaconnect==1.0.30rc4"] } diff --git a/requirements.txt b/requirements.txt index c30849c..ed00b1d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -skodaconnect==1.0.30rc2 +skodaconnect==1.0.30rc4