Skip to content

Commit

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

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

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

* Ensure update_vehicles coordinator always polls ([#622](https://github.com/alandtse/tesla/issues/622)) ([`544e862`](https://github.com/alandtse/tesla/commit/544e862c2057088a8426e9d6a1a1ec9dc3a94863))
* Debounce mqtt updates ([#608](https://github.com/alandtse/tesla/issues/608)) ([`ac31eca`](https://github.com/alandtse/tesla/commit/ac31eca927e6f8f8537b1fd1c154a7be267d3b76))

## v3.12.2 (2023-05-06)
### Fix
* Update arrival with earlier charge complete and arrival times ([#575](https://github.com/alandtse/tesla/issues/575)) ([`92da756`](https://github.com/alandtse/tesla/commit/92da7566d8ef21378cf143de84865e6ca3938c4c))
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.2"
VERSION = "3.12.3"
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.8.1"],
"version": "3.12.2"
"version": "3.12.3"
}
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.2"
version = "3.12.3"
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 423e616

Please sign in to comment.