From cf43679d7e388bc832f5c9616a0e36c32b8485ed Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 30 Apr 2021 04:10:40 +0000 Subject: [PATCH] [skip ci] 0.1.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 7 +++++++ custom_components/tesla_custom/const.py | 2 +- custom_components/tesla_custom/manifest.json | 2 +- pyproject.toml | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 718a7cc7..6218148c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## v0.1.1 (2021-04-30) +### Fix +* Change structure to not override core ([`f173b68`](https://github.com/alandtse/tesla/commit/f173b6823a7c0f259ac2c5a94341820c6ae83fbf)) + +### Documentation +* Update instructions for upgrading from core ([`3b67b24`](https://github.com/alandtse/tesla/commit/3b67b24460a4c07e75917d0b6dfd9bbb9f2ace5d)) + ## v0.1.0 (2021-04-29) ### Feature * Initial commit ([`c12aadf`](https://github.com/alandtse/tesla/commit/c12aadf808053cb67a1fb05d1b95940a0775a889)) diff --git a/custom_components/tesla_custom/const.py b/custom_components/tesla_custom/const.py index 994dbdfd..a5b38f49 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.0" +VERSION = "0.1.1" 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 a117edf3..b71879a4 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.0" + "version": "0.1.1" } diff --git a/pyproject.toml b/pyproject.toml index 6d143c38..e451d81c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tesla" -version = "0.1.0" +version = "0.1.1" description = "A fork of the Home Assistant tesla integration using a oauth proxy to login." authors = ["Alan D. Tse "] license = "Apache-2.0"