From ecb376539e2046692bbce4374fd541fc22790979 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 1 May 2021 23:50:11 +0000 Subject: [PATCH] [skip ci] 0.1.5 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ custom_components/tesla_custom/const.py | 2 +- custom_components/tesla_custom/manifest.json | 2 +- pyproject.toml | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 379f5147..1f477edb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.1.5 (2021-05-01) +### Fix +* Detect invalid tokens ([`90d0a72`](https://github.com/alandtse/tesla/commit/90d0a72d363a7e3a95babd90ab58d93a1b32107a)) + ## v0.1.4 (2021-05-01) ### Fix * Fix additional httpx syntax errors for reauth ([`f10809a`](https://github.com/alandtse/tesla/commit/f10809aec6590c7f71f4c9b035bd6b0894e8c6c3)) diff --git a/custom_components/tesla_custom/const.py b/custom_components/tesla_custom/const.py index cc2177a9..727ca53b 100644 --- a/custom_components/tesla_custom/const.py +++ b/custom_components/tesla_custom/const.py @@ -1,5 +1,5 @@ """Const file for Tesla cars.""" -VERSION = "0.1.4" +VERSION = "0.1.5" CONF_WAKE_ON_START = "enable_wake_on_start" CONF_EXPIRATION = "expiration" DOMAIN = "tesla_custom" diff --git a/custom_components/tesla_custom/manifest.json b/custom_components/tesla_custom/manifest.json index 122fa1f7..96090ce6 100644 --- a/custom_components/tesla_custom/manifest.json +++ b/custom_components/tesla_custom/manifest.json @@ -28,5 +28,5 @@ } ], "iot_class": "cloud_polling", - "version": "0.1.4" + "version": "0.1.5" } \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index e3b517cf..547f1382 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tesla" -version = "0.1.4" +version = "0.1.5" description = "A fork of the Home Assistant tesla integration using a oauth proxy to login." authors = ["Alan D. Tse "] license = "Apache-2.0"