From 898d4131e0d7b5faeb1cf8bde3ef175010407c56 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 12 Oct 2022 02:07:35 +0000 Subject: [PATCH] 3.0.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- teslajsonpy/__version__.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fdb1898..0d1ab5b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## v3.0.0 (2022-10-12) +### Feature +* Add support for solar systems and powerwall ([#341](https://github.com/zabuldon/teslajsonpy/issues/341)) ([`5827dc9`](https://github.com/zabuldon/teslajsonpy/commit/5827dc9bda57e47dc0dafa674aeca2551582f43c)) + +### Breaking +* HomeAssistant specific code has been moved out. The API is now just a communication layer ([`5827dc9`](https://github.com/zabuldon/teslajsonpy/commit/5827dc9bda57e47dc0dafa674aeca2551582f43c)) + ## v2.4.5 (2022-10-09) ### Fix * Fix key_error in version 2022.36 ([#351](https://github.com/zabuldon/teslajsonpy/issues/351)) ([`4deda7f`](https://github.com/zabuldon/teslajsonpy/commit/4deda7fcd282c9b8d3cfbfc5fcbe145f5e261947)) diff --git a/pyproject.toml b/pyproject.toml index d1497781..cb292fd8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "teslajsonpy" -version = "2.4.5" +version = "3.0.0" 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 f13b2f1d..e0c6160e 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__ = "2.4.5" +__version__ = "3.0.0"