Skip to content

Commit 76ddb1c

Browse files
actions-useralandtse
authored andcommitted
1.8.0
Automatically generated by python-semantic-release
1 parent 6f4d91c commit 76ddb1c

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
<!--next-version-placeholder-->
44

5+
## v1.8.0 (2022-02-20)
6+
### Feature
7+
* Add per vehicle polling interval ([#281](https://github.com/zabuldon/teslajsonpy/issues/281)) ([`3e66dc1`](https://github.com/zabuldon/teslajsonpy/commit/3e66dc1a5a66b00e5a289271be729e4eb76779b5))
8+
59
## v1.7.0 (2022-02-11)
610
### Feature
711
* Provide all data in home assistant sensor as json string ([#279](https://github.com/zabuldon/teslajsonpy/issues/279)) ([`8c2a1f3`](https://github.com/zabuldon/teslajsonpy/commit/8c2a1f38aea8e1c74e80abd9c2282bd8d0263c86))

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "teslajsonpy"
3-
version = "1.7.0"
3+
version = "1.8.0"
44
description = "A library to work with Tesla API."
55
authors = ["Sergey Isachenko <[email protected]>"]
66
license = "Apache-2.0"

teslajsonpy/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
https://github.com/zabuldon/teslajsonpy
99
"""
1010

11-
__version__ = "1.7.0"
11+
__version__ = "1.8.0"

0 commit comments

Comments
 (0)