Skip to content

Commit 59f866b

Browse files
committed
Bump version to 2025.1.0b6
1 parent d75d970 commit 59f866b

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 = 1
28-
PATCH_VERSION: Final = "0b5"
28+
PATCH_VERSION: Final = "0b6"
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, 12, 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.1.0b5"
7+
version = "2025.1.0b6"
88
license = {text = "Apache-2.0"}
99
description = "Open-source home automation platform running on Python 3."
1010
readme = "README.rst"

0 commit comments

Comments
 (0)