diff --git a/changelog.md b/changelog.md index c8895d3f..78e89fcc 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,4 @@ -# Version 2025.2.4 (2025-02-05) +# Version 2025.2.5 (2025-02-05) - Use value instead of default for low_bat_limit diff --git a/hahomematic/const.py b/hahomematic/const.py index 09e1d088..38b592ef 100644 --- a/hahomematic/const.py +++ b/hahomematic/const.py @@ -9,7 +9,7 @@ import re from typing import Any, Final, NamedTuple, Required, TypedDict -VERSION: Final = "2025.2.4" +VERSION: Final = "2025.2.5" # default DEFAULT_CUSTOM_ID: Final = "custom_id"