Skip to content

Commit

Permalink
Prepare release 2025.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
astrandb committed Jan 4, 2025
1 parent 5d715f0 commit aaf4ec1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.2
rev: v0.8.6
hooks:
- id: ruff
args:
Expand Down
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.12.0"
VERSION = "2025.1.0"
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.12.0",
"version": "2025.1.0",
"zeroconf": [
"_mieleathome._tcp.local."
]
Expand Down
2 changes: 1 addition & 1 deletion hacs.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Miele",
"filename": "miele.zip",
"homeassistant": "2024.11.0",
"homeassistant": "2025.1.0",
"render_readme": true,
"zip_release": true
}
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.12.0
current_version = 2025.1.0
version_pattern = YYYY.MM.PATCH[PYTAGNUM]
commit_message = "Bump version from {old_version} to {new_version}"
commit = False
Expand Down

0 comments on commit aaf4ec1

Please sign in to comment.