From 80d80ab718bdaf1e520737ab8f109fa151a8d6e0 Mon Sep 17 00:00:00 2001 From: 0x5c Date: Tue, 6 Oct 2020 19:26:57 -0400 Subject: [PATCH] Bump version+changelog 2.4.1 --- CHANGELOG.md | 6 +++++- info.py | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4dde909..9b7946b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased] + + +## [2.4.1] - 2020-10-06 ### Changed - Bumped discord.py to 1.5.0 @@ -126,7 +129,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.4.0...HEAD +[Unreleased]: https://github.com/miaowware/qrm2/compare/v2.4.1...HEAD +[2.4.1]: https://github.com/miaowware/qrm2/releases/tag/v2.4.1 [2.4.0]: https://github.com/miaowware/qrm2/releases/tag/v2.4.0 [2.3.2]: https://github.com/miaowware/qrm2/releases/tag/v2.3.2 [2.3.1]: https://github.com/miaowware/qrm2/releases/tag/v2.3.1 diff --git a/info.py b/info.py index 4fe79a7..68b0414 100644 --- a/info.py +++ b/info.py @@ -12,5 +12,5 @@ authors = ("@ClassAbbyAmplifier#2229", "@0x5c#0639") description = """A bot with various useful ham radio-related functions, written in Python.""" license = "Released under the GNU General Public License v2" contributing = "Check out the source on GitHub, contributions welcome: https://github.com/miaowware/qrm2" -release = "2.4.0" +release = "2.4.1" bot_server = "https://discord.gg/Ntbg3J4"