diff --git a/custom_components/tesla_custom/const.py b/custom_components/tesla_custom/const.py index 43ac1a3e..073fc495 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.2" +VERSION = "3.20.3" 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 3ef569e7..6f2c0731 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.1"], - "version": "3.20.2" + "version": "3.20.3" } diff --git a/pyproject.toml b/pyproject.toml index 46be1694..8f823891 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tesla" -version = "3.20.2" +version = "3.20.3" description = "A fork of the Home Assistant tesla integration using a oauth proxy to login." authors = ["Alan D. Tse "] license = "Apache-2.0"