Merge pull request #598 from home-assistant/dev

Release 119
This commit is contained in:
Pascal Vizeli 2018-07-24 16:21:06 +02:00 committed by GitHub
commit 0b6a82b018
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ RUN apk add --no-cache \
make \
g++ \
&& pip3 install --no-cache-dir \
uvloop==0.10.2 \
uvloop==0.11.0 \
cchardet==2.1.1 \
pycryptodome==3.6.4 \
&& apk del .build-dependencies

View File

@ -2,7 +2,7 @@
from pathlib import Path
from ipaddress import ip_network
HASSIO_VERSION = '118'
HASSIO_VERSION = '119'
URL_HASSIO_ADDONS = "https://github.com/home-assistant/hassio-addons"
URL_HASSIO_VERSION = \