bump to v2.7.4 and update discord.py (#434)

This commit is contained in:
classabbyamp 2021-10-07 03:07:16 -04:00 committed by GitHub
parent bbd646a7ec
commit aefca97e4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 4 deletions

View File

@ -5,11 +5,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [Unreleased]
## [2.7.4] - 2021-10-07
### Added
- a new way to support qrm's development.
### Changed
- Changed the licence to LiLiQ-Rplus-1.1.
- Moved official Docker image to Void Linux.
- Bumped discord.py to 1.7.3.
### Fixed
- Issue where the help command errored.
@ -210,7 +214,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## 1.0.0 - 2019-07-31 [YANKED]
[Unreleased]: https://github.com/miaowware/qrm2/compare/v2.7.3...HEAD
[Unreleased]: https://github.com/miaowware/qrm2/compare/v2.7.4...HEAD
[2.7.4]: https://github.com/miaowware/qrm2/releases/tag/v2.7.4
[2.7.3]: https://github.com/miaowware/qrm2/releases/tag/v2.7.3
[2.7.2]: https://github.com/miaowware/qrm2/releases/tag/v2.7.2
[2.7.1]: https://github.com/miaowware/qrm2/releases/tag/v2.7.1

View File

@ -1,3 +1,3 @@
-r requirements.txt
flake8
discord.py-stubs==1.5.0
discord.py-stubs==1.7.3

View File

@ -14,5 +14,5 @@ contributing = """Check out the [source on GitHub](https://github.com/miaowware/
All issues and requests related to resources (including maps, band charts, data) should be added \
in [miaowware/qrm-resources](https://github.com/miaowware/qrm-resources)."""
release = "2.7.3"
release = "2.7.4"
bot_server = "https://discord.gg/Ntbg3J4"

View File

@ -1,4 +1,4 @@
discord.py~=1.6.0
discord.py~=1.7.3
ctyparser~=2.0
gridtools~=1.0
qrztools[async]~=1.0