Skip to content

Commit

Permalink
Release 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tsifrer committed Oct 26, 2017
1 parent ef24e87 commit 7ec2bc7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,18 @@

In development

- TODO

## Version 0.3.1 - 2017-10-26

- Fixed Twitch.channels.get_subscribers function to obey filters
- Added support for `~/.twitch.cfg` file for storing credentials
- Added retry logic for all >=500 requests with a backoff functionality
- Added discord server to the docs
- Bumped up requirements: six from 1.10.0 to 1.11.0 and requests from 2.18.1 to 2.18.4


## Version 0.3.0
## Version 0.3.0 - 2017-06-01

- Fixed all post and put methods to pass data in json format to Twitch API rather than in form format
- Fixed Channels.update() method to correctly pass data to Twitch
Expand Down
2 changes: 1 addition & 1 deletion twitch/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .client import TwitchClient # noqa

__version__ = '0.3.0'
__version__ = '0.3.1'

0 comments on commit 7ec2bc7

Please sign in to comment.