Skip to content

Commit

Permalink
Version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tsifrer committed Sep 10, 2018
1 parent 54bd623 commit 120d8c3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Master


## Version 0.6.0 - 2018-09-10

- Added default request timeout to all requests for API v5
- Removed support for Python 3.3
- Added TwitchHelix class which adds support for the new Twitch Helix API.
- Added Twitch Helix API support for the following endpoints:
Expand Down
2 changes: 1 addition & 1 deletion twitch/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .client import TwitchClient # noqa
from .helix.api import TwitchHelix # noqa

__version__ = '0.5.1'
__version__ = '0.6.0'

0 comments on commit 120d8c3

Please sign in to comment.