Skip to content

Commit 785e5b2

Browse files
committed
Bump version to 2025.4.0b0
1 parent 2e3853d commit 785e5b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

homeassistant/const.py

Lines changed: 1 addition & 1 deletion
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.dev0"
28+
PATCH_VERSION: Final = "0b0"
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

Lines changed: 1 addition & 1 deletion
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.dev0"
7+
version = "2025.4.0b0"
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)