Skip to content

Commit

Permalink
Bump version to 2024.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
astrandb committed Nov 12, 2024
1 parent b903f83 commit f7c7ef5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion custom_components/miele/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from enum import IntEnum

DOMAIN = "miele"
VERSION = "2024.11.0"
VERSION = "2024.11.1"
API_READ_TIMEOUT = 20
MANUFACTURER = "Miele"

Expand Down
2 changes: 1 addition & 1 deletion custom_components/miele/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"pymiele==0.2.0"
],
"ssdp": [],
"version": "2024.11.0",
"version": "2024.11.1",
"zeroconf": [
"_mieleathome._tcp.local."
]
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpver]
current_version = 2024.11.0
current_version = 2024.11.1
version_pattern = YYYY.MM.PATCH[PYTAGNUM]
commit_message = "Bump version from {old_version} to {new_version}"
commit = False
Expand Down

0 comments on commit f7c7ef5

Please sign in to comment.