From 26025b238dfea4954374b7d0979f6883478de27b Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 24 Apr 2022 18:39:04 +0000 Subject: [PATCH] 2.0.2 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- teslajsonpy/__version__.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bbe81695..e07408e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v2.0.2 (2022-04-24) +### Fix +* Remove duplicate ChargeStateDataSensor ([#306](https://github.com/zabuldon/teslajsonpy/issues/306)) ([`965bd9e`](https://github.com/zabuldon/teslajsonpy/commit/965bd9e831aa2cf77b49da2d3411c57b1f7a4638)) + ## v2.0.1 (2022-04-04) ### Fix * Add enabled_by_default to EnergySiteDevice ([`4a098a0`](https://github.com/zabuldon/teslajsonpy/commit/4a098a04a69043111afe27faff79b8ec2ecffdc0)) diff --git a/pyproject.toml b/pyproject.toml index 14d84d69..c0fe71e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "teslajsonpy" -version = "2.0.1" +version = "2.0.2" 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 6387448e..4107e5f7 100644 --- a/teslajsonpy/__version__.py +++ b/teslajsonpy/__version__.py @@ -8,4 +8,4 @@ https://github.com/zabuldon/teslajsonpy """ -__version__ = "2.0.1" +__version__ = "2.0.2"