Skip to content

Commit 69d5743

Browse files
committed
Version bump
Version bump and correct changelog
1 parent c9921fc commit 69d5743

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

docs/changelog.rst

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
:orphan:
22

3-
2.9.3
4-
=======
5-
- ext.commands
6-
- Bug fixes
7-
- Fixed return type of :func:`~twitchio.ext.commands.Context.get_user` to PartialChatter / Chatter from PartialUser / User.
8-
93
2.9.2
104
=======
115
- TwitchIO
@@ -15,6 +9,10 @@
159
- Bug fixes
1610
- fix: :func:`~twitchio.PartialUser.fetch_moderated_channels` used ``user_`` prefix from payload, now uses ``broadcaster_`` instead
1711

12+
- ext.commands
13+
- Bug fixes
14+
- Fixed return type of :func:`~twitchio.ext.commands.Context.get_user` to PartialChatter / Chatter from PartialUser / User.
15+
1816

1917
2.9.1
2018
=======

twitchio/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
__author__ = "TwitchIO, PythonistaGuild"
2929
__license__ = "MIT"
3030
__copyright__ = "Copyright 2017-present (c) TwitchIO"
31-
__version__ = "2.9.1"
31+
__version__ = "2.9.2"
3232

3333
from .client import Client
3434
from .user import *

0 commit comments

Comments
 (0)