Skip to content

Commit 1ec6092

Browse files
author
github-actions
committed
[skip ci] 3.10.4
Automatically generated by python-semantic-release
1 parent bf60f4b commit 1ec6092

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
<!--next-version-placeholder-->
44

5+
## v3.10.4 (2023-03-24)
6+
### Fix
7+
* Fix sharing of addresses and media ([#545](https://github.com/alandtse/tesla/issues/545)) ([`0cc8319`](https://github.com/alandtse/tesla/commit/0cc8319db47cbe0427cf71347e710da53e01fa59))
8+
59
## v3.10.3 (2023-03-14)
610
### Fix
711
* Memoize unique id ([#534](https://github.com/alandtse/tesla/issues/534)) ([`05f1689`](https://github.com/alandtse/tesla/commit/05f16899774afb80870ee34f83127ee462904db8))

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.10.3"
2+
VERSION = "3.10.4"
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
@@ -23,5 +23,5 @@
2323
"issue_tracker": "https://github.com/alandtse/tesla/issues",
2424
"loggers": ["teslajsonpy"],
2525
"requirements": ["teslajsonpy==3.7.5"],
26-
"version": "3.10.3"
26+
"version": "3.10.4"
2727
}

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.10.3"
3+
version = "3.10.4"
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)