From bf5e2a4424c9b6a9e750d2b4cdb858d3451f795e Mon Sep 17 00:00:00 2001 From: jack1142 <6032823+jack1142@users.noreply.github.com> Date: Thu, 23 Sep 2021 22:37:51 +0200 Subject: [PATCH] [3.4] Version bump to 3.4.15.dev1 (#5341) --- redbot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redbot/__init__.py b/redbot/__init__.py index 5b4c7cc10..990b8dc51 100644 --- a/redbot/__init__.py +++ b/redbot/__init__.py @@ -214,7 +214,7 @@ def _early_init(): _ensure_no_colorama() -__version__ = "3.4.14" +__version__ = "3.4.15.dev1" version_info = VersionInfo.from_str(__version__) # Filter fuzzywuzzy slow sequence matcher warning