mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-06 09:22:31 -05:00
Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6a99becdb2 | ||
|
|
062211d099 | ||
|
|
84f1699b8f | ||
|
|
6cf54db308 | ||
|
|
fa25033be1 | ||
|
|
36c9d9aaee |
@@ -1,5 +1,15 @@
|
|||||||
.. 3.4.x Changelogs
|
.. 3.4.x Changelogs
|
||||||
|
|
||||||
|
Redbot 3.4.9 (2021-04-06)
|
||||||
|
=========================
|
||||||
|
|
||||||
|
This is a hotfix release fixing an issue with command error handling.
|
||||||
|
|
||||||
|
discord.py version has been bumped to 1.7.1.
|
||||||
|
|
||||||
|
Thanks again to :ghuser:`Rapptz` for quick response on this issue.
|
||||||
|
|
||||||
|
|
||||||
Redbot 3.4.8 (2021-04-06)
|
Redbot 3.4.8 (2021-04-06)
|
||||||
=========================
|
=========================
|
||||||
| Thanks to all these amazing people that contributed to this release:
|
| Thanks to all these amazing people that contributed to this release:
|
||||||
|
|||||||
@@ -191,7 +191,7 @@ def _update_event_loop_policy():
|
|||||||
_asyncio.set_event_loop_policy(_uvloop.EventLoopPolicy())
|
_asyncio.set_event_loop_policy(_uvloop.EventLoopPolicy())
|
||||||
|
|
||||||
|
|
||||||
__version__ = "3.4.8"
|
__version__ = "3.4.9"
|
||||||
version_info = VersionInfo.from_str(__version__)
|
version_info = VersionInfo.from_str(__version__)
|
||||||
|
|
||||||
# Filter fuzzywuzzy slow sequence matcher warning
|
# Filter fuzzywuzzy slow sequence matcher warning
|
||||||
|
|||||||
@@ -45,7 +45,7 @@ install_requires =
|
|||||||
colorama==0.4.4
|
colorama==0.4.4
|
||||||
commonmark==0.9.1
|
commonmark==0.9.1
|
||||||
contextlib2==0.6.0.post1
|
contextlib2==0.6.0.post1
|
||||||
discord.py==1.7.0
|
discord.py==1.7.1
|
||||||
distro==1.5.0; sys_platform == "linux"
|
distro==1.5.0; sys_platform == "linux"
|
||||||
fuzzywuzzy==0.18.0
|
fuzzywuzzy==0.18.0
|
||||||
idna==2.10
|
idna==2.10
|
||||||
|
|||||||
Reference in New Issue
Block a user