Skip to content

Commit

Permalink
Version Bump
Browse files Browse the repository at this point in the history
 - d.py 1.2.3 -> 1.2.4
 - Red 3.1.5 -> 3.1.6

This fixes a critical issue with voice connections.
  • Loading branch information
Michael H committed Oct 18, 2019
1 parent 6c9c57c commit 11d8706
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion redbot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def __repr__(self) -> str:
)


__version__ = "3.1.5"
__version__ = "3.1.6"
version_info = VersionInfo.from_str(__version__)

# Filter fuzzywuzzy slow sequence matcher warning
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 11d8706

Please sign in to comment.