Skip to content

Commit c75dca7

Browse files
committed
Bump version to 2025.10.0b5
1 parent 00d667e commit c75dca7

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
@@ -26,7 +26,7 @@
2626
APPLICATION_NAME: Final = "HomeAssistant"
2727
MAJOR_VERSION: Final = 2025
2828
MINOR_VERSION: Final = 10
29-
PATCH_VERSION: Final = "0b4"
29+
PATCH_VERSION: Final = "0b5"
3030
__short_version__: Final = f"{MAJOR_VERSION}.{MINOR_VERSION}"
3131
__version__: Final = f"{__short_version__}.{PATCH_VERSION}"
3232
REQUIRED_PYTHON_VER: Final[tuple[int, int, int]] = (3, 13, 2)

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.10.0b4"
7+
version = "2025.10.0b5"
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)