From 5bd044d646e04286a9d9c95c58611d79713f56ef Mon Sep 17 00:00:00 2001 From: Michael H Date: Fri, 10 Jan 2020 00:10:59 -0500 Subject: [PATCH] 3.2.1 Hotfix (#3321) --- docs/changelog_3_2_0.rst | 13 +++++++++++++ redbot/__init__.py | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/docs/changelog_3_2_0.rst b/docs/changelog_3_2_0.rst index 85e75e8c8..b179d4d20 100644 --- a/docs/changelog_3_2_0.rst +++ b/docs/changelog_3_2_0.rst @@ -1,3 +1,16 @@ +.. 3.2.x Changelogs + +Redbot 3.2.1 (2020-01-10) +========================= + +Hotfixes +-------- + +- Fix Mongo conversion from being incorrectly blocked +- Fix announcer not creating a message for success feedback +- Log an error with creating case types rather than crash + + Redbot 3.2.0 (2020-01-09) ========================= Core Bot Changes diff --git a/redbot/__init__.py b/redbot/__init__.py index ab642615f..c3c0deaff 100644 --- a/redbot/__init__.py +++ b/redbot/__init__.py @@ -193,7 +193,7 @@ def _update_event_loop_policy(): _asyncio.set_event_loop_policy(_uvloop.EventLoopPolicy()) -__version__ = "3.2.1.dev1" +__version__ = "3.2.1" version_info = VersionInfo.from_str(__version__) # Filter fuzzywuzzy slow sequence matcher warning