Bump version to v1.9.0b6

This commit is contained in:
Otto Winter 2018-11-13 19:06:32 +01:00
parent d4c7e6c634
commit 1ad65516cf
No known key found for this signature in database
GPG Key ID: DB66C0BE6013F97E
1 changed files with 2 additions and 2 deletions

View File

@ -2,10 +2,10 @@
MAJOR_VERSION = 1
MINOR_VERSION = 9
PATCH_VERSION = '0b5'
PATCH_VERSION = '0b6'
__short_version__ = '{}.{}'.format(MAJOR_VERSION, MINOR_VERSION)
__version__ = '{}.{}'.format(__short_version__, PATCH_VERSION)
ESPHOMELIB_VERSION = '1.9.0b5'
ESPHOMELIB_VERSION = '1.9.0b6'
ESP_PLATFORM_ESP32 = 'ESP32'
ESP_PLATFORM_ESP8266 = 'ESP8266'