Skip to content

Commit

Permalink
[skip ci] 3.9.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release authored and alandtse committed Feb 1, 2023
1 parent 74e161a commit a9a13f5
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

## v3.9.2 (2023-01-31)
### Fix
* Bump teslajsonpy to fix charge current ([#484](https://github.com/alandtse/tesla/issues/484)) ([`fa4bb7e`](https://github.com/alandtse/tesla/commit/fa4bb7ed25f72d316dcc50b70342401b5bf92a5b))
* Switch to async_forward_entry_setups ([`3d62c3c`](https://github.com/alandtse/tesla/commit/3d62c3cfbd27978e60e62f7a0a37a5ed671fbdb8))

### Documentation
* Updated readme installation instructions ([#495](https://github.com/alandtse/tesla/issues/495)) ([`8d966c4`](https://github.com/alandtse/tesla/commit/8d966c49cb7d4f8d65d0d4ad6e1e486175fed61e))

## v3.9.1 (2022-12-30)

### 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.9.1"
VERSION = "3.9.2"
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 @@ -23,5 +23,5 @@
],
"iot_class": "cloud_polling",
"loggers": ["teslajsonpy"],
"version": "3.9.1"
"version": "3.9.2"
}
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.9.1"
version = "3.9.2"
description = "A fork of the Home Assistant tesla integration using a oauth proxy to login."
authors = ["Alan D. Tse <alandtse@gmail.com>"]
license = "Apache-2.0"
Expand Down

0 comments on commit a9a13f5

Please sign in to comment.