Skip to content

Commit

Permalink
Merge pull request #250 from zabuldon/master
Browse files Browse the repository at this point in the history
Master
  • Loading branch information
alandtse authored Dec 5, 2021
2 parents 9c3cce9 + 68b9719 commit 067f555
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-->

## v1.3.0 (2021-12-05)
### Feature
* Expose max charger variable ([#248](https://github.com/zabuldon/teslajsonpy/issues/248)) ([`9c3cce9`](https://github.com/zabuldon/teslajsonpy/commit/9c3cce90c07692e60869f18c2fd20cff043aca5d))

## v1.2.1 (2021-10-22)
### Fix
* Reduce api calls to energysite ([`ddbe6eb`](https://github.com/zabuldon/teslajsonpy/commit/ddbe6ebd001bc0c514db5f67dbd368a0046e6ece))
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 = "1.2.1"
version = "1.3.0"
description = "A library to work with Tesla API."
authors = ["Sergey Isachenko <[email protected]>"]
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__ = "1.2.1"
__version__ = "1.3.0"

0 comments on commit 067f555

Please sign in to comment.