Bumped version to 0.86.0b0

pull/20354/head 0.86.0b0
Paulus Schoutsen 2019-01-16 16:27:15 -08:00
parent bc8aa73448
commit 722d285904
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
"""Constants used by Home Assistant components."""
MAJOR_VERSION = 0
MINOR_VERSION = 86
PATCH_VERSION = '0.dev0'
PATCH_VERSION = '0b0'
__short_version__ = '{}.{}'.format(MAJOR_VERSION, MINOR_VERSION)
__version__ = '{}.{}'.format(__short_version__, PATCH_VERSION)
REQUIRED_PYTHON_VER = (3, 5, 3)