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 ddf0678 commit 67422a9Copy full SHA for 67422a9
custom_components/gismeteo/const.py
@@ -36,7 +36,7 @@
36
# Base component constants
37
NAME = "Gismeteo"
38
DOMAIN = "gismeteo"
39
-VERSION = "2.1.1.dev0"
+VERSION = "2.1.1"
40
ATTRIBUTION = "Data provided by Gismeteo"
41
ISSUE_URL = "https://github.com/Limych/ha-blueprint/issues"
42
custom_components/gismeteo/manifest.json
@@ -1,7 +1,7 @@
1
{
2
"domain": "gismeteo",
3
"name": "Gismeteo",
4
- "version": "2.1.1.dev0",
+ "version": "2.1.1",
5
"documentation": "https://github.com/Limych/ha-gismeteo",
6
"issue_tracker": "https://github.com/Limych/ha-blueprint/issues",
7
"dependencies": [
0 commit comments