Compare commits

...

3 Commits
118 ... 119

Author SHA1 Message Date
Pascal Vizeli
0b6a82b018 Merge pull request #598 from home-assistant/dev
Release 119
2018-07-24 16:21:06 +02:00
Pascal Vizeli
b4ea28af4e Update uvloop to 0.11.0 (#597) 2018-07-24 16:16:26 +02:00
Pascal Vizeli
22f59712df Bump version 119 2018-07-23 13:01:51 +02:00
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 = \