Skip to content

Commit

Permalink
preparation for v2.2.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Teekeks committed Feb 24, 2021
1 parent 7cfd6ef commit f0d5e8b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
11 changes: 10 additions & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,21 @@
Changelog
=====================================

****************
Version 2.2.5
****************

* added optional callback to Twitch for user and app access token refresh
* added additional check for non empty title in Twitch.modify_channel_information
* changed required scope of PubSub.listen_channel_subscriptions from CHANNEL_SUBSCRIPTIONS to CHANNEL_READ_SUBSCRIPTIONS


****************
Version 2.2.4
****************

* added Python 3.9 compatibility
* improved example for pubsub
* improved example for PubSub

****************
Version 2.2.3
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name=twitchAPI
version=2.2.4
version=2.2.5
url=https://github.com/Teekeks/pyTwitchAPI
author=Lena "Teekeks" During
author_email[email protected]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
setup(
packages=find_packages(),
name="twitchAPI",
version="2.2.4",
version="2.2.5",
url="https://github.com/Teekeks/pyTwitchAPI",
author="Lena \"Teekeks\" During",
author_email="[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion twitchAPI/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
from twitchAPI.types import *
from twitchAPI.pubsub import PubSub

VERSION = (2, 2, 4)
VERSION = (2, 2, 5)

0 comments on commit f0d5e8b

Please sign in to comment.