diff --git a/docs/changelog_3_4_0.rst b/docs/changelog_3_4_0.rst index 134755772..cefc1f06d 100644 --- a/docs/changelog_3_4_0.rst +++ b/docs/changelog_3_4_0.rst @@ -4,7 +4,9 @@ Redbot 3.4.9 (2021-04-06) ========================= This is a hotfix release fixing an issue with command error handling. + discord.py version has been bumped to 1.7.1. + Thanks again to :ghuser:`Rapptz` for quick response on this issue. diff --git a/redbot/__init__.py b/redbot/__init__.py index b15401e52..991a9f9a1 100644 --- a/redbot/__init__.py +++ b/redbot/__init__.py @@ -191,7 +191,7 @@ def _update_event_loop_policy(): _asyncio.set_event_loop_policy(_uvloop.EventLoopPolicy()) -__version__ = "3.4.9.dev1" +__version__ = "3.4.9" version_info = VersionInfo.from_str(__version__) # Filter fuzzywuzzy slow sequence matcher warning