Skip to content

Commit 2fc0843

Browse files
committed
Bump version to 3.1.0
1 parent bfc4693 commit 2fc0843

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

custom_components/gismeteo/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
# Base component constants
4343
NAME: Final = "Gismeteo"
4444
DOMAIN: Final = "gismeteo"
45-
VERSION: Final = "3.0.2-alpha"
45+
VERSION: Final = "3.1.0"
4646
ATTRIBUTION: Final = "Data provided by Gismeteo"
4747
ISSUE_URL: Final = "https://github.com/Limych/ha-gismeteo/issues"
4848
#

custom_components/gismeteo/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
"aiofiles",
1818
"defusedxml"
1919
],
20-
"version": "3.0.2-alpha"
20+
"version": "3.1.0"
2121
}

0 commit comments

Comments
 (0)