From 0784caef22128fa21a09c7289a117ff510a12a93 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 26 Apr 2024 01:27:37 +0000 Subject: [PATCH] [skip ci] 3.21.0 Automatically generated by python-semantic-release --- custom_components/tesla_custom/const.py | 2 +- custom_components/tesla_custom/manifest.json | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/custom_components/tesla_custom/const.py b/custom_components/tesla_custom/const.py index d6c22a49..92e0c225 100644 --- a/custom_components/tesla_custom/const.py +++ b/custom_components/tesla_custom/const.py @@ -1,6 +1,6 @@ """Const file for Tesla cars.""" -VERSION = "3.20.6" +VERSION = "3.21.0" 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 bfbd2772..4b3e4dab 100644 --- a/custom_components/tesla_custom/manifest.json +++ b/custom_components/tesla_custom/manifest.json @@ -25,5 +25,5 @@ "issue_tracker": "https://github.com/alandtse/tesla/issues", "loggers": ["teslajsonpy"], "requirements": ["teslajsonpy==3.10.3"], - "version": "3.20.6" + "version": "3.21.0" } diff --git a/pyproject.toml b/pyproject.toml index 9d148c21..1f354c8a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tesla" -version = "3.20.6" +version = "3.21.0" description = "A fork of the Home Assistant tesla integration using a oauth proxy to login." authors = ["Alan D. Tse "] license = "Apache-2.0"