We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec13c08 commit 71502f7Copy full SHA for 71502f7
custom_components/gismeteo/const.py
@@ -35,7 +35,7 @@
35
# Base component constants
36
NAME: Final = "Gismeteo"
37
DOMAIN: Final = "gismeteo"
38
-VERSION: Final = "3.0.0.dev0"
+VERSION: Final = "3.0.0-beta1"
39
ATTRIBUTION: Final = "Data provided by Gismeteo"
40
ISSUE_URL: Final = "https://github.com/Limych/ha-gismeteo/issues"
41
#
custom_components/gismeteo/manifest.json
@@ -14,5 +14,5 @@
14
"requirements": [
15
"beautifulsoup4~=4.12"
16
],
17
- "version": "3.0.0.dev0"
+ "version": "3.0.0-beta1"
18
}
0 commit comments