Skip to content

Commit 544dc19

Browse files
committed
Bump version to 2025.1.1
1 parent ba4c700 commit 544dc19

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

custom_components/miele/const.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from enum import IntEnum
44

55
DOMAIN = "miele"
6-
VERSION = "2025.1.0"
6+
VERSION = "2025.1.1"
77
API_READ_TIMEOUT = 20
88
MANUFACTURER = "Miele"
99

custom_components/miele/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"pymiele==0.2.0"
2323
],
2424
"ssdp": [],
25-
"version": "2025.1.0",
25+
"version": "2025.1.1",
2626
"zeroconf": [
2727
"_mieleathome._tcp.local."
2828
]

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpver]
2-
current_version = 2025.1.0
2+
current_version = 2025.1.1
33
version_pattern = YYYY.MM.PATCH[PYTAGNUM]
44
commit_message = "Bump version from {old_version} to {new_version}"
55
commit = False

0 commit comments

Comments
 (0)