Skip to content

Commit e1b66ab

Browse files
committed
Release version 1.2.0
1 parent c61647e commit e1b66ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

custom_components/knmi/const.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# Base component constants.
1313
NAME: Final = "KNMI"
1414
DOMAIN: Final = "knmi"
15-
VERSION: Final = "1.1.11"
15+
VERSION: Final = "1.2.0"
1616

1717
# Defaults
1818
_LOGGER: logging.Logger = logging.getLogger(__package__)

custom_components/knmi/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"documentation": "https://github.com/golles/ha-knmi/blob/main/README.md",
55
"iot_class": "cloud_polling",
66
"issue_tracker": "https://github.com/golles/ha-knmi/issues",
7-
"version": "1.1.11",
7+
"version": "1.2.0",
88
"config_flow": true,
99
"codeowners": [
1010
"@golles"

0 commit comments

Comments
 (0)