Skip to content

Commit 4cd0d9d

Browse files
committed
Bump version to 2026.5.0b4
1 parent 32f65b2 commit 4cd0d9d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

homeassistant/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
APPLICATION_NAME: Final = "HomeAssistant"
1818
MAJOR_VERSION: Final = 2026
1919
MINOR_VERSION: Final = 5
20-
PATCH_VERSION: Final = "0b3"
20+
PATCH_VERSION: Final = "0b4"
2121
__short_version__: Final = f"{MAJOR_VERSION}.{MINOR_VERSION}"
2222
__version__: Final = f"{__short_version__}.{PATCH_VERSION}"
2323
REQUIRED_PYTHON_VER: Final[tuple[int, int, int]] = (3, 14, 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 = "2026.5.0b3"
7+
version = "2026.5.0b4"
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)