mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-05 17:02:32 -05:00
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:
1
changelog.d/3069.fix.rst
Normal file
1
changelog.d/3069.fix.rst
Normal file
@@ -0,0 +1 @@
|
|||||||
|
Discord.py is updated to 1.2.4 to handle a critical issue with voice connections
|
||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user