From cad381cc78b1bc075d7e8e78440e45f8b0943cf4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Jun 2022 05:43:23 +0200 Subject: [PATCH] [3.4] Version bump to 3.4.17 (#5767) Version bump to 3.4.17 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- redbot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redbot/__init__.py b/redbot/__init__.py index 9250eca4a..4baf7f5f0 100644 --- a/redbot/__init__.py +++ b/redbot/__init__.py @@ -214,7 +214,7 @@ def _early_init(): _ensure_no_colorama() -__version__ = "3.4.17.dev1" +__version__ = "3.4.17" version_info = VersionInfo.from_str(__version__) # Filter fuzzywuzzy slow sequence matcher warning