Skip to content

Commit ac04369

Browse files
author
semantic-release
committed
3.26.3
Automatically generated by python-semantic-release
1 parent 2052ef8 commit ac04369

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

custom_components/tesla_custom/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Const file for Tesla cars."""
22

3-
VERSION = "3.26.2"
3+
VERSION = "3.26.3"
44
CONF_EXPIRATION = "expiration"
55
CONF_INCLUDE_VEHICLES = "include_vehicles"
66
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
@@ -25,5 +25,5 @@
2525
"issue_tracker": "https://github.com/alandtse/tesla/issues",
2626
"loggers": ["teslajsonpy"],
2727
"requirements": ["teslajsonpy==3.13.2"],
28-
"version": "3.26.2"
28+
"version": "3.26.3"
2929
}

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "tesla"
3-
version = "3.26.2"
3+
version = "3.26.3"
44
description = "A fork of the Home Assistant tesla integration using a oauth proxy to login."
55
authors = ["Alan D. Tse <alandtse@gmail.com>"]
66
license = "Apache-2.0"
@@ -72,6 +72,7 @@ testpaths = ["tests"]
7272
asyncio_mode = "auto"
7373

7474

75+
7576
[build-system]
7677
requires = ["poetry-core>=1.0.0"]
7778
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)