Upgrade distro to 1.0.4 (#6926)

pull/6938/head
Fabian Affolter 2017-04-04 10:44:08 +02:00 committed by Pascal Vizeli
parent 26e9e59a5b
commit 542e430c1c
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ from homeassistant.const import __version__ as CURRENT_VERSION
from homeassistant.const import ATTR_FRIENDLY_NAME
from homeassistant.helpers import event
REQUIREMENTS = ['distro==1.0.3']
REQUIREMENTS = ['distro==1.0.4']
_LOGGER = logging.getLogger(__name__)

View File

@ -122,7 +122,7 @@ directpy==0.1
discord.py==0.16.0
# homeassistant.components.updater
distro==1.0.3
distro==1.0.4
# homeassistant.components.switch.digitalloggers
dlipower==0.7.165