Skip to content

Commit

Permalink
[skip ci] 3.8.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Dec 21, 2022
1 parent 30384c9 commit 857396d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 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-->

## v3.8.1 (2022-12-21)
### Fix
* Handle battery range attributes NoneType ([#453](https://github.com/alandtse/tesla/issues/453)) ([`90f7d0d`](https://github.com/alandtse/tesla/commit/90f7d0ddb9140dae92c446dd7274a7e27abd4f3d))

## v3.8.0 (2022-12-21)
### Feature
* Add user present and User ID ([#446](https://github.com/alandtse/tesla/issues/446)) ([`865c637`](https://github.com/alandtse/tesla/commit/865c6377649f1c0bf94f39d98a59e4e5d0891e31))
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.8.0"
VERSION = "3.8.1"
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 @@ -28,5 +28,5 @@
}
],
"iot_class": "cloud_polling",
"version": "3.8.0"
"version": "3.8.1"
}
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.8.0"
version = "3.8.1"
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 857396d

Please sign in to comment.