We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b97976e commit 07ba76dCopy full SHA for 07ba76d
homeassistant/const.py
@@ -2,7 +2,7 @@
2
3
MAJOR_VERSION = 2021
4
MINOR_VERSION = 4
5
-PATCH_VERSION = "6b3"
+PATCH_VERSION = "6"
6
__short_version__ = f"{MAJOR_VERSION}.{MINOR_VERSION}"
7
__version__ = f"{__short_version__}.{PATCH_VERSION}"
8
REQUIRED_PYTHON_VER = (3, 8, 0)
0 commit comments