Skip to content

Commit aefca97

Browse files
authored
bump to v2.7.4 and update discord.py (#434)
1 parent bbd646a commit aefca97

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

66

77
## [Unreleased]
8+
9+
10+
## [2.7.4] - 2021-10-07
811
### Added
912
- a new way to support qrm's development.
1013
### Changed
1114
- Changed the licence to LiLiQ-Rplus-1.1.
1215
- Moved official Docker image to Void Linux.
16+
- Bumped discord.py to 1.7.3.
1317
### Fixed
1418
- Issue where the help command errored.
1519

@@ -210,7 +214,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
210214
## 1.0.0 - 2019-07-31 [YANKED]
211215

212216

213-
[Unreleased]: https://github.com/miaowware/qrm2/compare/v2.7.3...HEAD
217+
[Unreleased]: https://github.com/miaowware/qrm2/compare/v2.7.4...HEAD
218+
[2.7.4]: https://github.com/miaowware/qrm2/releases/tag/v2.7.4
214219
[2.7.3]: https://github.com/miaowware/qrm2/releases/tag/v2.7.3
215220
[2.7.2]: https://github.com/miaowware/qrm2/releases/tag/v2.7.2
216221
[2.7.1]: https://github.com/miaowware/qrm2/releases/tag/v2.7.1

dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
-r requirements.txt
22
flake8
3-
discord.py-stubs==1.5.0
3+
discord.py-stubs==1.7.3

info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
1515
All issues and requests related to resources (including maps, band charts, data) should be added \
1616
in [miaowware/qrm-resources](https://github.com/miaowware/qrm-resources)."""
17-
release = "2.7.3"
17+
release = "2.7.4"
1818
bot_server = "https://discord.gg/Ntbg3J4"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
discord.py~=1.6.0
1+
discord.py~=1.7.3
22
ctyparser~=2.0
33
gridtools~=1.0
44
qrztools[async]~=1.0

0 commit comments

Comments
 (0)