Skip to content

Commit 9648f76

Browse files
committed
Bump version to 1.6.5
1 parent e047977 commit 9648f76

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

custom_components/iaquk/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Base component constants
77
NAME: Final = "Indoor Air Quality UK Index"
88
DOMAIN: Final = "iaquk"
9-
VERSION: Final = "1.6.5-alpha"
9+
VERSION: Final = "1.6.5"
1010
ISSUE_URL: Final = "https://github.com/Limych/ha-iaquk/issues"
1111

1212
STARTUP_MESSAGE: Final = f"""

custom_components/iaquk/manifest.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
"documentation": "https://github.com/Limych/ha-iaquk",
1010
"iot_class": "calculated",
1111
"issue_tracker": "https://github.com/Limych/ha-iaquk/issues",
12-
"requirements": [
13-
"colorlog==6.7.0",
14-
"ruff==0.0.291"
15-
],
16-
"version": "1.6.5-alpha"
12+
"requirements": [],
13+
"version": "1.6.5"
1714
}

0 commit comments

Comments
 (0)