From dbaa5c7572c90281e4580635b6c242fe43231b89 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 28 Apr 2023 00:57:01 +0000 Subject: [PATCH] [skip ci] 3.12.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 5 +++++ custom_components/tesla_custom/const.py | 2 +- custom_components/tesla_custom/manifest.json | 2 +- pyproject.toml | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c635c5e9..1ee9da6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ +## v3.12.1 (2023-04-28) +### Fix +* Fix multiple cars for TeslaMate ([#582](https://github.com/alandtse/tesla/issues/582)) ([`9e9b949`](https://github.com/alandtse/tesla/commit/9e9b949709acdfc79517b4b0d9c245134ed42825)) +* Bump teslajsonpy to fix climate_state error ([#580](https://github.com/alandtse/tesla/issues/580)) ([`e638177`](https://github.com/alandtse/tesla/commit/e638177a8e3eac52563e6cfd99633e4a75dd62a2)) + ## v3.12.0 (2023-04-21) ### Feature * Add more updates to TeslaMate ([#572](https://github.com/alandtse/tesla/issues/572)) ([`970759c`](https://github.com/alandtse/tesla/commit/970759c2219d3d7c24b3de66f80c8c888e1e56ee)) diff --git a/custom_components/tesla_custom/const.py b/custom_components/tesla_custom/const.py index c59348f0..bffdb86c 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 = "3.12.0" +VERSION = "3.12.1" CONF_EXPIRATION = "expiration" CONF_INCLUDE_VEHICLES = "include_vehicles" CONF_INCLUDE_ENERGYSITES = "include_energysites" diff --git a/custom_components/tesla_custom/manifest.json b/custom_components/tesla_custom/manifest.json index ffe246e8..7048ae56 100644 --- a/custom_components/tesla_custom/manifest.json +++ b/custom_components/tesla_custom/manifest.json @@ -24,5 +24,5 @@ "issue_tracker": "https://github.com/alandtse/tesla/issues", "loggers": ["teslajsonpy"], "requirements": ["teslajsonpy==3.8.1"], - "version": "3.12.0" + "version": "3.12.1" } diff --git a/pyproject.toml b/pyproject.toml index 99697d44..3eb31c1e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tesla" -version = "3.12.0" +version = "3.12.1" description = "A fork of the Home Assistant tesla integration using a oauth proxy to login." authors = ["Alan D. Tse "] license = "Apache-2.0"