From 38eecf0010d403c6a997a3e3db8b0062ae5f5567 Mon Sep 17 00:00:00 2001 From: 0x5c Date: Thu, 18 Mar 2021 09:37:28 -0400 Subject: [PATCH] Bump version v2.6.0 --- CHANGELOG.md | 6 +++++- info.py | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0af27b..e1415e8 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.6.0] - 2021-03-18 ### Added - MUF and foF2 maps from [prop.kc2g.com](https://prop.kc2g.com/). - Commands to show METAR (`?metar`) and TAF (`?taf`) (aeronautical weather conditions). @@ -170,7 +173,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.5.1...HEAD +[Unreleased]: https://github.com/miaowware/qrm2/compare/v2.6.0...HEAD +[2.6.0]: https://github.com/miaowware/qrm2/releases/tag/v2.6.0 [2.5.1]: https://github.com/miaowware/qrm2/releases/tag/v2.5.1 [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 diff --git a/info.py b/info.py index e673c23..857933a 100644 --- a/info.py +++ b/info.py @@ -15,5 +15,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.5.1" +release = "2.6.0" bot_server = "https://discord.gg/Ntbg3J4"