Skip to content

Commit 35b2ff4

Browse files
author
github-actions
committed
[skip ci] 3.19.1
Automatically generated by python-semantic-release
1 parent 1ac359f commit 35b2ff4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

custom_components/tesla_custom/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""Const file for Tesla cars."""
2-
VERSION = "3.19.0"
2+
VERSION = "3.19.1"
33
CONF_EXPIRATION = "expiration"
44
CONF_INCLUDE_VEHICLES = "include_vehicles"
55
CONF_INCLUDE_ENERGYSITES = "include_energysites"

custom_components/tesla_custom/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
"issue_tracker": "https://github.com/alandtse/tesla/issues",
2525
"loggers": ["teslajsonpy"],
2626
"requirements": ["teslajsonpy==3.9.6"],
27-
"version": "3.19.0"
27+
"version": "3.19.1"
2828
}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "tesla"
3-
version = "3.19.0"
3+
version = "3.19.1"
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)