mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -05:00
Version bump to 3.4.9 (#4951)
* Version bump to 3.4.9 * Update changelog_3_4_0.rst Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
This commit is contained in:
parent
84f1699b8f
commit
062211d099
@ -4,7 +4,9 @@ Redbot 3.4.9 (2021-04-06)
|
|||||||
=========================
|
=========================
|
||||||
|
|
||||||
This is a hotfix release fixing an issue with command error handling.
|
This is a hotfix release fixing an issue with command error handling.
|
||||||
|
|
||||||
discord.py version has been bumped to 1.7.1.
|
discord.py version has been bumped to 1.7.1.
|
||||||
|
|
||||||
Thanks again to :ghuser:`Rapptz` for quick response on this issue.
|
Thanks again to :ghuser:`Rapptz` for quick response on this issue.
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -191,7 +191,7 @@ def _update_event_loop_policy():
|
|||||||
_asyncio.set_event_loop_policy(_uvloop.EventLoopPolicy())
|
_asyncio.set_event_loop_policy(_uvloop.EventLoopPolicy())
|
||||||
|
|
||||||
|
|
||||||
__version__ = "3.4.9.dev1"
|
__version__ = "3.4.9"
|
||||||
version_info = VersionInfo.from_str(__version__)
|
version_info = VersionInfo.from_str(__version__)
|
||||||
|
|
||||||
# Filter fuzzywuzzy slow sequence matcher warning
|
# Filter fuzzywuzzy slow sequence matcher warning
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user