From aefca97e4f146b0537d758ff0558322c5f2449a0 Mon Sep 17 00:00:00 2001 From: classabbyamp <5366828+classabbyamp@users.noreply.github.com> Date: Thu, 7 Oct 2021 03:07:16 -0400 Subject: [PATCH] bump to v2.7.4 and update discord.py (#434) --- CHANGELOG.md | 7 ++++++- dev-requirements.txt | 2 +- info.py | 2 +- requirements.txt | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4fa678..2bbb2bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/dev-requirements.txt b/dev-requirements.txt index 1d8c067..8c49200 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,3 +1,3 @@ -r requirements.txt flake8 -discord.py-stubs==1.5.0 +discord.py-stubs==1.7.3 diff --git a/info.py b/info.py index 8eef8f5..ebdb1df 100644 --- a/info.py +++ b/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" diff --git a/requirements.txt b/requirements.txt index c09919f..124437f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -discord.py~=1.6.0 +discord.py~=1.7.3 ctyparser~=2.0 gridtools~=1.0 qrztools[async]~=1.0