Skip to content

Commit

Permalink
[skip ci] 3.5.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Dec 3, 2022
1 parent 3d7fce6 commit d80fd10
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.5.2 (2022-12-03)
### Fix
* Don't round when tpms is unavailable ([#398](https://github.com/alandtse/tesla/issues/398)) ([`f5a3b0d`](https://github.com/alandtse/tesla/commit/f5a3b0d23071893d913895659efe3a4ced00bf79))

## v3.5.1 (2022-12-03)
### Fix
* Set default pressure to PSI ([#391](https://github.com/alandtse/tesla/issues/391)) ([`e4adef7`](https://github.com/alandtse/tesla/commit/e4adef75dbfef9e03b5f8b73b0621181acf3fab1))
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.5.1"
VERSION = "3.5.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 @@ -28,5 +28,5 @@
}
],
"iot_class": "cloud_polling",
"version": "3.5.1"
"version": "3.5.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.5.1"
version = "3.5.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 d80fd10

Please sign in to comment.