Skip to content

Commit 2b53f48

Browse files
author
github-actions
committed
[skip ci] 3.20.0
Automatically generated by python-semantic-release
1 parent 8c588ad commit 2b53f48

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

custom_components/tesla_custom/const.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Const file for Tesla cars."""
22

3-
VERSION = "3.19.11"
3+
VERSION = "3.20.0"
44
CONF_EXPIRATION = "expiration"
55
CONF_INCLUDE_VEHICLES = "include_vehicles"
66
CONF_INCLUDE_ENERGYSITES = "include_energysites"

custom_components/tesla_custom/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@
2525
"issue_tracker": "https://github.com/alandtse/tesla/issues",
2626
"loggers": ["teslajsonpy"],
2727
"requirements": ["teslajsonpy==3.10.1"],
28-
"version": "3.19.11"
28+
"version": "3.20.0"
2929
}

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "tesla"
3-
version = "3.19.11"
3+
version = "3.20.0"
44
description = "A fork of the Home Assistant tesla integration using a oauth proxy to login."
55
authors = ["Alan D. Tse <[email protected]>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)