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:
github-actions[bot] 2021-04-06 03:50:53 +02:00 committed by GitHub
parent 84f1699b8f
commit 062211d099
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -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.

View File

@ -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