Skip to content

Commit

Permalink
[skip ci] 3.13.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Jun 13, 2023
1 parent 24760f6 commit aad667a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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

## v3.13.0 (2023-06-13)

### Feature

* Add heated steering wheel select ([#628](https://github.com/alandtse/tesla/issues/628)) ([`96cbad6`](https://github.com/alandtse/tesla/commit/96cbad6ccd6058a550397796ccdba97c286db152))

### Fix

* Use async_write vs async_update ([#626](https://github.com/alandtse/tesla/issues/626)) ([`78b0641`](https://github.com/alandtse/tesla/commit/78b0641587940ee40a6a6a4414e3fba43c83631b))

## v3.12.3 (2023-06-01)
### Fix

Expand Down
2 changes: 1 addition & 1 deletion custom_components/tesla_custom/const.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Const file for Tesla cars."""
VERSION = "3.12.3"
VERSION = "3.13.0"
CONF_EXPIRATION = "expiration"
CONF_INCLUDE_VEHICLES = "include_vehicles"
CONF_INCLUDE_ENERGYSITES = "include_energysites"
Expand Down
2 changes: 1 addition & 1 deletion custom_components/tesla_custom/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
"issue_tracker": "https://github.com/alandtse/tesla/issues",
"loggers": ["teslajsonpy"],
"requirements": ["teslajsonpy==3.9.0"],
"version": "3.12.3"
"version": "3.13.0"
}
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 = "tesla"
version = "3.12.3"
version = "3.13.0"
description = "A fork of the Home Assistant tesla integration using a oauth proxy to login."
authors = ["Alan D. Tse <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit aad667a

Please sign in to comment.