Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
Version bump and correct changelog
  • Loading branch information
chillymosh committed Apr 22, 2024
1 parent c9921fc commit 69d5743
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
:orphan:

2.9.3
=======
- ext.commands
- Bug fixes
- Fixed return type of :func:`~twitchio.ext.commands.Context.get_user` to PartialChatter / Chatter from PartialUser / User.

2.9.2
=======
- TwitchIO
Expand All @@ -15,6 +9,10 @@
- Bug fixes
- fix: :func:`~twitchio.PartialUser.fetch_moderated_channels` used ``user_`` prefix from payload, now uses ``broadcaster_`` instead

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


2.9.1
=======
Expand Down
2 changes: 1 addition & 1 deletion twitchio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
__author__ = "TwitchIO, PythonistaGuild"
__license__ = "MIT"
__copyright__ = "Copyright 2017-present (c) TwitchIO"
__version__ = "2.9.1"
__version__ = "2.9.2"

from .client import Client
from .user import *
Expand Down

0 comments on commit 69d5743

Please sign in to comment.