Skip to content

Commit

Permalink
3.3.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Nov 30, 2022
1 parent a34e240 commit e190c5c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## v3.3.0 (2022-11-30)
### Feature
* Add remote start command ([#367](https://github.com/zabuldon/teslajsonpy/issues/367)) ([`350f48b`](https://github.com/zabuldon/teslajsonpy/commit/350f48b47fbd885c452081a1ecf6ecc71b491e11))
* Add valet mode command and property ([#368](https://github.com/zabuldon/teslajsonpy/issues/368)) ([`5e7c69f`](https://github.com/zabuldon/teslajsonpy/commit/5e7c69f848515b0d72362daaac28824081751878))

## v3.2.2 (2022-11-22)
### Fix
* Handle unavailable sites/vehicles ([#365](https://github.com/zabuldon/teslajsonpy/issues/365)) ([`2daef7b`](https://github.com/zabuldon/teslajsonpy/commit/2daef7b3a7fbdbceb082749abec2386f6d97d556))
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.2.2"
version = "3.3.0"
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.2.2"
__version__ = "3.3.0"

0 comments on commit e190c5c

Please sign in to comment.