Skip to content

Commit

Permalink
Upgrade discord.py to 0.16.8
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Jul 3, 2017
1 parent 3a6434f commit 880320f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/notify/discord.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

_LOGGER = logging.getLogger(__name__)

REQUIREMENTS = ['discord.py==0.16.0']
REQUIREMENTS = ['discord.py==0.16.8']

CONF_TOKEN = 'token'

Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ denonavr==0.5.1
directpy==0.1

# homeassistant.components.notify.discord
discord.py==0.16.0
discord.py==0.16.8

# homeassistant.components.updater
distro==1.0.4
Expand Down

0 comments on commit 880320f

Please sign in to comment.