Skip to content

Commit

Permalink
3.7.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Dec 29, 2022
1 parent 66dbe95 commit 9c1a5aa
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-->

## v3.7.1 (2022-12-29)
### Fix
* Handle unavailable option codes ([#390](https://github.com/zabuldon/teslajsonpy/issues/390)) ([`4e8a3a0`](https://github.com/zabuldon/teslajsonpy/commit/4e8a3a08966f21b4740cbfcf940998cdc1f8bc97))

## v3.7.0 (2022-12-26)
### Feature
* Include TeslaExceptions for api retries ([#382](https://github.com/zabuldon/teslajsonpy/issues/382)) ([`63700b9`](https://github.com/zabuldon/teslajsonpy/commit/63700b92dc57f05d99f38c51514146085519a636))
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 = "3.7.0"
version = "3.7.1"
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 @@ -5,4 +5,4 @@
For more details about this api, please refer to the documentation at
https://github.com/zabuldon/teslajsonpy
"""
__version__ = "3.7.0"
__version__ = "3.7.1"

0 comments on commit 9c1a5aa

Please sign in to comment.