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 216d862 commit ddb75c2Copy full SHA for ddb75c2
custom_components/gismeteo/const.py
@@ -32,7 +32,7 @@
32
# Base component constants
33
NAME = "Gismeteo"
34
DOMAIN = "gismeteo"
35
-VERSION = "2.2.0.dev0"
+VERSION = "2.2.0"
36
ATTRIBUTION = "Data provided by Gismeteo"
37
ISSUE_URL = "https://github.com/Limych/ha-gismeteo/issues"
38
custom_components/gismeteo/manifest.json
@@ -1,7 +1,7 @@
1
{
2
"domain": "gismeteo",
3
"name": "Gismeteo",
4
- "version": "2.2.0.dev0",
+ "version": "2.2.0",
5
"documentation": "https://github.com/Limych/ha-gismeteo",
6
"issue_tracker": "https://github.com/Limych/ha-gismeteo/issues",
7
"dependencies": [
0 commit comments