Skip to content

Commit

Permalink
2.0.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Apr 24, 2022
1 parent fe22a9c commit 26025b2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

<!--next-version-placeholder-->

## 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))
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <sergey.isachenkol@bool.by>"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion teslajsonpy/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
https://github.com/zabuldon/teslajsonpy
"""

__version__ = "2.0.1"
__version__ = "2.0.2"

0 comments on commit 26025b2

Please sign in to comment.