File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 84
84
# The short X.Y version.
85
85
version = '1.2'
86
86
# The full version, including alpha/beta/rc tags.
87
- release = '1.2.1 '
87
+ release = '1.2.2 '
88
88
89
89
# The language for content autogenerated by Sphinx. Refer to documentation
90
90
# for a list of supported languages.
Original file line number Diff line number Diff line change 41
41
requirements .append ('sphinxcontrib-websupport' )
42
42
requirements .append ('Pygments' )
43
43
44
- version = '1.2.1 '
44
+ version = '1.2.2 '
45
45
46
46
readme = ''
47
47
with open ('README.rst' ) as f :
Original file line number Diff line number Diff line change 28
28
__author__ = 'TwitchIO'
29
29
__license__ = 'MIT'
30
30
__copyright__ = 'Copyright 2017-2021 TwitchIO'
31
- __version__ = '1.2.1 '
31
+ __version__ = '1.2.2 '
32
32
33
33
import logging
34
34
You can’t perform that action at this time.
0 commit comments