bump to v2.7.4 and update discord.py

This commit is contained in:
classabbyamp 2021-10-07 01:27:39 -04:00
parent bbd646a7ec
commit 6f7fe0c046
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5
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] ## [Unreleased]
## [2.7.4] - 2021-10-07
### Added ### Added
- a new way to support qrm's development. - a new way to support qrm's development.
### Changed ### Changed
- Changed the licence to LiLiQ-Rplus-1.1. - Changed the licence to LiLiQ-Rplus-1.1.
- Moved official Docker image to Void Linux. - Moved official Docker image to Void Linux.
- Bumped discord.py to 1.7.3.
### Fixed ### Fixed
- Issue where the help command errored. - 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] ## 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.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.2]: https://github.com/miaowware/qrm2/releases/tag/v2.7.2
[2.7.1]: https://github.com/miaowware/qrm2/releases/tag/v2.7.1 [2.7.1]: https://github.com/miaowware/qrm2/releases/tag/v2.7.1

View File

@ -1,3 +1,3 @@
-r requirements.txt -r requirements.txt
flake8 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 \ 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).""" in [miaowware/qrm-resources](https://github.com/miaowware/qrm-resources)."""
release = "2.7.3" release = "2.7.4"
bot_server = "https://discord.gg/Ntbg3J4" 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 ctyparser~=2.0
gridtools~=1.0 gridtools~=1.0
qrztools[async]~=1.0 qrztools[async]~=1.0