From 6ccfd80bc53398154a6b9a909862ab2bb974390e Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 1 May 2021 20:37:29 +0000 Subject: [PATCH] [skip ci] 0.1.4 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 a0e6d8ee..379f5147 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.1.4 (2021-05-01) +### Fix +* Fix additional httpx syntax errors for reauth ([`f10809a`](https://github.com/alandtse/tesla/commit/f10809aec6590c7f71f4c9b035bd6b0894e8c6c3)) + ## v0.1.3 (2021-05-01) ### Fix * Fix token refresh ([`dec9a40`](https://github.com/alandtse/tesla/commit/dec9a4059f80fe8ee00423dbc26277dacb9b9b38)) diff --git a/custom_components/tesla_custom/const.py b/custom_components/tesla_custom/const.py index fa5abf89..cc2177a9 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.3" +VERSION = "0.1.4" 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 3ac26bc2..47108649 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.3" + "version": "0.1.4" } \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 47a39619..40b9e315 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tesla" -version = "0.1.3" +version = "0.1.4" description = "A fork of the Home Assistant tesla integration using a oauth proxy to login." authors = ["Alan D. Tse "] license = "Apache-2.0"