From dcbb7acab80787dabcaf1e661e2fc891c579bf86 Mon Sep 17 00:00:00 2001 From: Abigail Date: Sun, 29 Mar 2020 12:34:58 -0400 Subject: [PATCH] bump release to 2.2.3 --- CHANGELOG.md | 2 +- info.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9de0062..6e9e0fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased] -## [2.2.3] - 2020-03-28 +## [2.2.3] - 2020-03-29 ### Fixed - Commands are no longer case-sensitive. diff --git a/info.py b/info.py index 94a8ff8..c81583e 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.2.2" +release = "2.2.3" bot_server = "https://discord.gg/Ntbg3J4"