Skip to content

Commit f6beddb

Browse files
committed
fix: bump deps
1 parent 49623ec commit f6beddb

4 files changed

Lines changed: 1659 additions & 1295 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.25.0"
3+
VERSION = "3.25.1"
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.1"],
28-
"version": "3.25.0"
28+
"version": "3.25.1"
2929
}

0 commit comments

Comments
 (0)