Skip to content

Commit 4d62494

Browse files
committed
Bump version and HA requirement
1 parent 98e73c2 commit 4d62494

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Constants for the Weatherlink integration."""
22

33
DOMAIN = "weatherlink"
4-
VERSION = "0.0.14"
4+
VERSION = "0.0.15"
55

66
CONF_API_TOKEN = "conf_api_token"

custom_components/weatherlink/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"issue_tracker": "https://github.com/astrandb/weatherlink/issues",
1414
"requirements": [],
1515
"ssdp": [],
16-
"version": "0.0.14",
16+
"version": "0.0.15",
1717
"zeroconf": []
1818
}

hacs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Weatherlink",
3-
"homeassistant": "2022.11.0",
3+
"homeassistant": "2023.4.0",
44
"zip_release": true,
55
"filename": "weatherlink.zip",
66
"render_readme": true

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.0.14
2+
current_version = 0.0.15
33

44
[flake8]
55
exclude = .venv,.git,.tox,docs,venv,bin,lib,deps,build

0 commit comments

Comments
 (0)