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 bfc4693 commit 2fc0843Copy full SHA for 2fc0843
custom_components/gismeteo/const.py
@@ -42,7 +42,7 @@
42
# Base component constants
43
NAME: Final = "Gismeteo"
44
DOMAIN: Final = "gismeteo"
45
-VERSION: Final = "3.0.2-alpha"
+VERSION: Final = "3.1.0"
46
ATTRIBUTION: Final = "Data provided by Gismeteo"
47
ISSUE_URL: Final = "https://github.com/Limych/ha-gismeteo/issues"
48
#
custom_components/gismeteo/manifest.json
@@ -17,5 +17,5 @@
17
"aiofiles",
18
"defusedxml"
19
],
20
- "version": "3.0.2-alpha"
+ "version": "3.1.0"
21
}
0 commit comments