From 642b49041a053adac9a6d3a561cb6a56605f5302 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Sun, 29 Jan 2023 00:44:29 -0500 Subject: [PATCH] bump version 2.9.1 --- CHANGELOG.md | 6 +++++- info.py | 6 +++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a282a93..68458da 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.9.1] - 2023-01-29 ### Fixed - Issue where embeds would not work for users without avatars (#467). - Issue where embeds would show the wrong timezone. @@ -243,7 +246,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.9.0...HEAD +[Unreleased]: https://github.com/miaowware/qrm2/compare/v2.9.1...HEAD +[2.9.1]: https://github.com/miaowware/qrm2/releases/tag/v2.9.1 [2.9.0]: https://github.com/miaowware/qrm2/releases/tag/v2.9.0 [2.8.0]: https://github.com/miaowware/qrm2/releases/tag/v2.8.0 [2.7.6]: https://github.com/miaowware/qrm2/releases/tag/v2.7.6 diff --git a/info.py b/info.py index 6c16a82..f0f835f 100644 --- a/info.py +++ b/info.py @@ -12,7 +12,7 @@ description = """A bot with various useful ham radio-related functions, written license = "Québec Free and Open-Source Licence – Strong Reciprocity (LiLiQ-R+), version 1.1" contributing = """Check out the [source on GitHub](https://github.com/miaowware/qrm2). Contributions are welcome! - 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.9.0" +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.9.1" bot_server = "https://discord.gg/Ntbg3J4"