Upgrade distro to 1.0.1 (#4239)

This commit is contained in:
Fabian Affolter 2016-11-06 13:00:41 +01:00 committed by Johann Kellerman
parent 1ad14b8227
commit c980d26aae
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ ATTR_RELEASE_NOTES = 'release_notes'
UPDATER_UUID_FILE = '.uuid'
CONF_REPORTING = 'reporting'
REQUIREMENTS = ['distro==1.0.0']
REQUIREMENTS = ['distro==1.0.1']
CONFIG_SCHEMA = vol.Schema({DOMAIN: {
vol.Optional(CONF_REPORTING, default=True): cv.boolean

View File

@ -73,7 +73,7 @@ concord232==0.14
directpy==0.1
# homeassistant.components.updater
distro==1.0.0
distro==1.0.1
# homeassistant.components.notify.xmpp
dnspython3==1.15.0