From a59a3fd7f4195d98a04836c9023772292ba1a541 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 10 Nov 2023 03:18:37 +0000 Subject: [PATCH] [skip ci] 3.19.2 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 20bbe6d8..285dc5d5 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.19.1" +VERSION = "3.19.2" 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 743e111f..7274558d 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.9.6"], - "version": "3.19.1" + "version": "3.19.2" } diff --git a/pyproject.toml b/pyproject.toml index 67df09d0..047dd82c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tesla" -version = "3.19.1" +version = "3.19.2" description = "A fork of the Home Assistant tesla integration using a oauth proxy to login." authors = ["Alan D. Tse "] license = "Apache-2.0"