From 062211d099240675556f8384c986c18a1ab254e9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 6 Apr 2021 03:50:53 +0200 Subject: [PATCH] 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> --- docs/changelog_3_4_0.rst | 2 ++ redbot/__init__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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