We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62f03ad commit 773b4e3Copy full SHA for 773b4e3
docs/changelog.rst
@@ -1,7 +1,7 @@
1
:orphan:
2
3
4
-Master
+2.5.0
5
======
6
- TwitchIO
7
- Additions
twitchio/__init__.py
@@ -28,7 +28,7 @@
28
__author__ = "TwitchIO, PythonistaGuild"
29
__license__ = "MIT"
30
__copyright__ = "Copyright 2017-2022 (c) TwitchIO"
31
-__version__ = "2.4.0"
+__version__ = "2.5.0"
32
33
from .client import Client
34
from .user import *
0 commit comments