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 840eaa1 commit d6db33fCopy full SHA for d6db33f
docs/conf.py
@@ -29,7 +29,7 @@
29
author = "TwitchIO"
30
31
# The full version, including alpha/beta/rc tags
32
-release = "2.1.4"
+release = "2.1.5"
33
34
35
# -- General configuration ---------------------------------------------------
twitchio/__init__.py
@@ -28,7 +28,7 @@
28
__author__ = "TwitchIO, PythonistaGuild"
__license__ = "MIT"
__copyright__ = "Copyright 2017-2021 (c) TwitchIO"
-__version__ = "2.1.2"
+__version__ = "2.1.5"
from .client import Client
from .user import *
0 commit comments