Merge 3.1.6 (#3069)

* 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.

* Merge changelog
This commit is contained in:
Michael H 2019-10-18 17:54:27 -04:00 committed by GitHub
parent 172dd58903
commit 3723b4b1ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

1
changelog.d/3069.fix.rst Normal file
View File

@ -0,0 +1 @@
Discord.py is updated to 1.2.4 to handle a critical issue with voice connections

View File

@ -173,7 +173,7 @@ class VersionInfo:
) )
__version__ = "3.1.5" __version__ = "3.1.6"
version_info = VersionInfo.from_str(__version__) version_info = VersionInfo.from_str(__version__)
# Filter fuzzywuzzy slow sequence matcher warning # Filter fuzzywuzzy slow sequence matcher warning

View File

@ -38,7 +38,7 @@ install_requires =
colorama==0.4.1 colorama==0.4.1
contextlib2==0.5.5 contextlib2==0.5.5
databases[sqlite]==0.2.5 databases[sqlite]==0.2.5
discord.py==1.2.3 discord.py==1.2.4
distro==1.4.0; sys_platform == "linux" distro==1.4.0; sys_platform == "linux"
fuzzywuzzy==0.17.0 fuzzywuzzy==0.17.0
idna==2.8 idna==2.8