Skip to content
Snippets Groups Projects
Unverified Commit b8d260f6 authored by Franck Nijhof's avatar Franck Nijhof
Browse files

Bumped version to 2022.6.0b0

parent a947c80f
Branches
Tags 2022.6.0b0
No related merge requests found
...@@ -7,7 +7,7 @@ from .backports.enum import StrEnum ...@@ -7,7 +7,7 @@ from .backports.enum import StrEnum
MAJOR_VERSION: Final = 2022 MAJOR_VERSION: Final = 2022
MINOR_VERSION: Final = 6 MINOR_VERSION: Final = 6
PATCH_VERSION: Final = "0.dev0" PATCH_VERSION: Final = "0b0"
__short_version__: Final = f"{MAJOR_VERSION}.{MINOR_VERSION}" __short_version__: Final = f"{MAJOR_VERSION}.{MINOR_VERSION}"
__version__: Final = f"{__short_version__}.{PATCH_VERSION}" __version__: Final = f"{__short_version__}.{PATCH_VERSION}"
REQUIRED_PYTHON_VER: Final[tuple[int, int, int]] = (3, 9, 0) REQUIRED_PYTHON_VER: Final[tuple[int, int, int]] = (3, 9, 0)
......
[metadata] [metadata]
version = 2022.6.0.dev0 version = 2022.6.0b0
url = https://www.home-assistant.io/ url = https://www.home-assistant.io/
[options] [options]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment