From 7266db95a451ac74fd2a0feb6fc84c7fa5d3ca0c Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 1 May 2021 07:26:25 +0000 Subject: [PATCH] [skip ci] 0.1.3 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 cefe4571..a0e6d8ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.1.3 (2021-05-01) +### Fix +* Fix token refresh ([`dec9a40`](https://github.com/alandtse/tesla/commit/dec9a4059f80fe8ee00423dbc26277dacb9b9b38)) + ## v0.1.2 (2021-04-30) ### Fix * Fix directory in zip ([`d8b4fc6`](https://github.com/alandtse/tesla/commit/d8b4fc61ebd49f15ff41b41797f2c9fe1a1a5eb2)) diff --git a/custom_components/tesla_custom/const.py b/custom_components/tesla_custom/const.py index bac3364a..fa5abf89 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.2" +VERSION = "0.1.3" 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 7ac48eec..ed76718d 100644 --- a/custom_components/tesla_custom/manifest.json +++ b/custom_components/tesla_custom/manifest.json @@ -22,5 +22,5 @@ } ], "iot_class": "cloud_polling", - "version": "0.1.2" + "version": "0.1.3" } diff --git a/pyproject.toml b/pyproject.toml index 24ca2f21..23a5afcf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tesla" -version = "0.1.2" +version = "0.1.3" description = "A fork of the Home Assistant tesla integration using a oauth proxy to login." authors = ["Alan D. Tse "] license = "Apache-2.0"