Version bump to 0.52.0.dev0

pull/8923/head
Fabian Affolter 2017-08-10 23:28:04 +02:00
parent e3236d1a3b
commit ff3a4637a4
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# coding: utf-8
"""Constants used by Home Assistant components."""
MAJOR_VERSION = 0
MINOR_VERSION = 51
MINOR_VERSION = 52
PATCH_VERSION = '0.dev0'
__short_version__ = '{}.{}'.format(MAJOR_VERSION, MINOR_VERSION)
__version__ = '{}.{}'.format(__short_version__, PATCH_VERSION)