Skip to content

Commit 16c5b7b

Browse files
committed
version bump
1 parent ccaf050 commit 16c5b7b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
# The short X.Y version.
8585
version = '1.2'
8686
# The full version, including alpha/beta/rc tags.
87-
release = '1.2.1'
87+
release = '1.2.2'
8888

8989
# The language for content autogenerated by Sphinx. Refer to documentation
9090
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
requirements.append('sphinxcontrib-websupport')
4242
requirements.append('Pygments')
4343

44-
version = '1.2.1'
44+
version = '1.2.2'
4545

4646
readme = ''
4747
with open('README.rst') as f:

twitchio/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
__author__ = 'TwitchIO'
2929
__license__ = 'MIT'
3030
__copyright__ = 'Copyright 2017-2021 TwitchIO'
31-
__version__ = '1.2.1'
31+
__version__ = '1.2.2'
3232

3333
import logging
3434

0 commit comments

Comments
 (0)