From be7e29b3878ccf4598c79f192241b64b75928136 Mon Sep 17 00:00:00 2001 From: 0x5c Date: Sat, 31 Oct 2020 21:08:44 -0400 Subject: [PATCH] Bump version 2.5.0 + changelog --- CHANGELOG.md | 6 +++++- info.py | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90942fb..d36cb15 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.5.0] - 2020-10-31 ### Added - Italian (`it_hf`, `it_vhf`, `it_shf`), Japanese (`jp`) and Australian (`au`) band charts. ### Fixed @@ -135,7 +138,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.1...HEAD +[Unreleased]: https://github.com/miaowware/qrm2/compare/v2.5.0...HEAD +[2.5.0]: https://github.com/miaowware/qrm2/releases/tag/v2.5.0 [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 diff --git a/info.py b/info.py index 68b0414..4fd73fd 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.1" +release = "2.5.0" bot_server = "https://discord.gg/Ntbg3J4"