mirror of
https://github.com/miaowware/qrm2.git
synced 2024-10-31 14:27:11 -04:00
bump to v2.7.4 and update discord.py (#434)
This commit is contained in:
parent
bbd646a7ec
commit
aaf0f4b931
@ -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
|
||||
|
@ -1,3 +1,3 @@
|
||||
-r requirements.txt
|
||||
flake8
|
||||
discord.py-stubs==1.5.0
|
||||
discord.py-stubs==1.7.3
|
||||
|
2
info.py
2
info.py
@ -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"
|
||||
|
@ -1,4 +1,4 @@
|
||||
discord.py~=1.6.0
|
||||
discord.py~=1.7.3
|
||||
ctyparser~=2.0
|
||||
gridtools~=1.0
|
||||
qrztools[async]~=1.0
|
||||
|
Loading…
Reference in New Issue
Block a user