Compare commits

..

6 Commits
3.4.8 ... 3.4.9

Author SHA1 Message Date
jack1142
6a99becdb2 Update publish_release.yml 2021-04-06 03:57:06 +02:00
github-actions[bot]
062211d099 Version bump to 3.4.9 (#4951)
* Version bump to 3.4.9

* Update changelog_3_4_0.rst

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
2021-04-06 03:50:53 +02:00
jack1142
84f1699b8f Red 3.4.9 - Changelog (#4950)
* Red 3.4.9 - Changelog

* Add info about d.py bump
2021-04-06 03:43:05 +02:00
jack1142
6cf54db308 Fix command error handlers (d.py micro bump) (#4949) 2021-04-06 03:35:55 +02:00
jack1142
fa25033be1 Fix dev bump in Publish Release workflow (#4948) 2021-04-06 03:22:01 +02:00
jack1142
36c9d9aaee Version bump to 3.4.9.dev1 (#4947) 2021-04-06 01:41:29 +02:00
3 changed files with 12 additions and 2 deletions

View File

@@ -1,5 +1,15 @@
.. 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)
=========================
| Thanks to all these amazing people that contributed to this release:

View File

@@ -191,7 +191,7 @@ def _update_event_loop_policy():
_asyncio.set_event_loop_policy(_uvloop.EventLoopPolicy())
__version__ = "3.4.8"
__version__ = "3.4.9"
version_info = VersionInfo.from_str(__version__)
# Filter fuzzywuzzy slow sequence matcher warning

View File

@@ -45,7 +45,7 @@ install_requires =
colorama==0.4.4
commonmark==0.9.1
contextlib2==0.6.0.post1
discord.py==1.7.0
discord.py==1.7.1
distro==1.5.0; sys_platform == "linux"
fuzzywuzzy==0.18.0
idna==2.10