We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ad4419 commit b1a6539Copy full SHA for b1a6539
homeassistant/const.py
@@ -2,7 +2,7 @@
2
"""Constants used by Home Assistant components."""
3
MAJOR_VERSION = 0
4
MINOR_VERSION = 91
5
-PATCH_VERSION = '0b2'
+PATCH_VERSION = '0b3'
6
__short_version__ = '{}.{}'.format(MAJOR_VERSION, MINOR_VERSION)
7
__version__ = '{}.{}'.format(__short_version__, PATCH_VERSION)
8
REQUIRED_PYTHON_VER = (3, 5, 3)
0 commit comments