Navigation Menu

Skip to content

Commit

Permalink
Changes from 3.1.8 (#3139)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael H committed Nov 19, 2019
1 parent 51298f1 commit ddfabb0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion redbot/__init__.py
Expand Up @@ -192,7 +192,7 @@ def _update_event_loop_policy():
_asyncio.set_event_loop_policy(_uvloop.EventLoopPolicy()) _asyncio.set_event_loop_policy(_uvloop.EventLoopPolicy())




__version__ = "3.1.7" __version__ = "3.1.8"
version_info = VersionInfo.from_str(__version__) version_info = VersionInfo.from_str(__version__)


# Filter fuzzywuzzy slow sequence matcher warning # Filter fuzzywuzzy slow sequence matcher warning
Expand Down
6 changes: 2 additions & 4 deletions setup.cfg
Expand Up @@ -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.4 discord.py==1.2.5
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
Expand All @@ -49,9 +49,7 @@ install_requires =
Red-Lavalink==0.4.0 Red-Lavalink==0.4.0
schema==0.7.0 schema==0.7.0
tqdm==4.35.0 tqdm==4.35.0
# Below is due to an issue with uvloop < 0.14 with python 3.8, move both to 0.14 at full release uvloop==0.14.0; sys_platform != "win32" and platform_python_implementation == "CPython"
uvloop==0.13.0; sys_platform != "win32" and platform_python_implementation == "CPython" and python_version<"3.8"
uvloop==0.14.0rc2; sys_platform != "win32" and platform_python_implementation == "CPython" and python_version>="3.8"
websockets==6.0 websockets==6.0
yarl==1.3.0 yarl==1.3.0


Expand Down

0 comments on commit ddfabb0

Please sign in to comment.