Pump version to 0.52

This commit is contained in:
Pascal Vizeli 2017-08-08 21:14:37 +02:00 committed by GitHub
parent c39d6357f3
commit 7f33b3b5aa

View File

@ -1,7 +1,7 @@
"""Const file for HassIO.""" """Const file for HassIO."""
from pathlib import Path from pathlib import Path
HASSIO_VERSION = '0.51' HASSIO_VERSION = '0.52'
URL_HASSIO_VERSION = ('https://raw.githubusercontent.com/home-assistant/' URL_HASSIO_VERSION = ('https://raw.githubusercontent.com/home-assistant/'
'hassio/{}/version.json') 'hassio/{}/version.json')