diff --git a/CHANGELOG.md b/CHANGELOG.md index b339ac4..598a628 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.3.0] - 2020-03-30 ### Added - `?phoneticweight` command, which calculates a message's length in syllables. - `?standards` command to display [xkcd 927](https://xkcd.com/927/). diff --git a/README.md b/README.md index 45736d1..c42ac52 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ See [README-DOCKER.md](./README-DOCKER.md) ### Without Docker +Requires Python 3.7 or newer. + Prep the environment. For more information on extra options, see the [quick-bot-no-pain Makefile documentation](https://github.com/0x5c/quick-bot-no-pain/blob/master/docs/makefile.md). ``` diff --git a/info.py b/info.py index c81583e..5a3dd17 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.3" +release = "2.3.0" bot_server = "https://discord.gg/Ntbg3J4"