From 11d87067aa73a266c2bd2df1bd931c427aee4a66 Mon Sep 17 00:00:00 2001 From: Michael H Date: Thu, 17 Oct 2019 21:42:28 -0400 Subject: [PATCH] Version Bump - d.py 1.2.3 -> 1.2.4 - Red 3.1.5 -> 3.1.6 This fixes a critical issue with voice connections. --- redbot/__init__.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/redbot/__init__.py b/redbot/__init__.py index a0a4a7ac3..fffb3af7c 100644 --- a/redbot/__init__.py +++ b/redbot/__init__.py @@ -173,7 +173,7 @@ class VersionInfo: ) -__version__ = "3.1.5" +__version__ = "3.1.6" version_info = VersionInfo.from_str(__version__) # Filter fuzzywuzzy slow sequence matcher warning diff --git a/setup.cfg b/setup.cfg index 6f1c51690..cf2c2e9f5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -35,7 +35,7 @@ install_requires = Click==7.0 colorama==0.4.1 contextlib2==0.5.5 - discord.py==1.2.3 + discord.py==1.2.4 distro==1.4.0; sys_platform == "linux" fuzzywuzzy==0.17.0 idna==2.8