From f719d54c2523f146f7b8635eaa7c54f356fe2b74 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 26 Nov 2024 02:54:10 +0000 Subject: [PATCH] 3.12.3 Automatically generated by python-semantic-release --- pyproject.toml | 2 +- teslajsonpy/__version__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 511d755..7cf723e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "teslajsonpy" -version = "3.12.2" +version = "3.12.3" description = "A library to work with Tesla API." authors = ["Sergey Isachenko "] license = "Apache-2.0" diff --git a/teslajsonpy/__version__.py b/teslajsonpy/__version__.py index 867bac0..d3bfdd5 100644 --- a/teslajsonpy/__version__.py +++ b/teslajsonpy/__version__.py @@ -5,4 +5,4 @@ For more details about this api, please refer to the documentation at https://github.com/zabuldon/teslajsonpy """ -__version__ = "3.12.2" +__version__ = "3.12.3"