We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2.0.0-b1
1 parent 08b6125 commit ba50793Copy full SHA for ba50793
custom_components/knmi/const.py
@@ -12,7 +12,7 @@
12
DOMAIN: Final = "knmi"
13
NAME: Final = "KNMI"
14
SUPPLIER: Final = "Weerlive"
15
-VERSION: Final = "2.0.0"
+VERSION: Final = "2.0.0-b1"
16
17
# Defaults
18
DEFAULT_NAME: Final = NAME
custom_components/knmi/manifest.json
@@ -6,5 +6,5 @@
6
"documentation": "https://github.com/golles/ha-knmi/blob/main/README.md",
7
"iot_class": "cloud_polling",
8
"issue_tracker": "https://github.com/golles/ha-knmi/issues",
9
- "version": "2.0.0"
+ "version": "2.0.0-b1"
10
}
0 commit comments