We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13b0746 commit f6c5f92Copy full SHA for f6c5f92
homeassistant/const.py
@@ -4,7 +4,7 @@
4
5
MAJOR_VERSION: Final = 2021
6
MINOR_VERSION: Final = 8
7
-PATCH_VERSION: Final = "8"
+PATCH_VERSION: Final = "9"
8
__short_version__: Final = f"{MAJOR_VERSION}.{MINOR_VERSION}"
9
__version__: Final = f"{__short_version__}.{PATCH_VERSION}"
10
REQUIRED_PYTHON_VER: Final[tuple[int, int, int]] = (3, 8, 0)
0 commit comments