Upgrade distro to 1.0.2 (#5291)

This commit is contained in:
Pascal Bach 2017-01-12 23:16:32 +01:00 committed by Fabian Affolter
parent 9a3c0c8cd3
commit 64800fd48c
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.1']
REQUIREMENTS = ['distro==1.0.2']
_LOGGER = logging.getLogger(__name__)

2
requirements_all.txt Normal file → Executable file
View File

@ -90,7 +90,7 @@ denonavr==0.3.0
directpy==0.1
# homeassistant.components.updater
distro==1.0.1
distro==1.0.2
# homeassistant.components.switch.digitalloggers
dlipower==0.7.165