Skip to content

Commit 4f79906

Browse files
committed
Bump version to 2025.4.1
1 parent af708b7 commit 4f79906

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

homeassistant/const.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
APPLICATION_NAME: Final = "HomeAssistant"
2626
MAJOR_VERSION: Final = 2025
2727
MINOR_VERSION: Final = 4
28-
PATCH_VERSION: Final = "0"
28+
PATCH_VERSION: Final = "1"
2929
__short_version__: Final = f"{MAJOR_VERSION}.{MINOR_VERSION}"
3030
__version__: Final = f"{__short_version__}.{PATCH_VERSION}"
3131
REQUIRED_PYTHON_VER: Final[tuple[int, int, int]] = (3, 13, 0)

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "homeassistant"
7-
version = "2025.4.0"
7+
version = "2025.4.1"
88
license = "Apache-2.0"
99
license-files = ["LICENSE*", "homeassistant/backports/LICENSE*"]
1010
description = "Open-source home automation platform running on Python 3."

0 commit comments

Comments
 (0)