diff --git a/Changelog b/Changelog index 868a529..bde4f7c 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,4 @@ -Version 0.6.0 unreleased +Version 0.6.0 05 Jun 2022 * Better handle nicks/aliases containing special characters. * Add a suggestion at meeting start for users to identify themselves. diff --git a/pyproject.toml b/pyproject.toml index 7684c79..6fdff48 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "hcoop-meetbot" -version = "0.5.2" +version = "0.6.0" description = "Plugin for Limnoria to help run IRC meetings" authors = ["Kenneth J. Pronovici "] license = "Apache-2.0" diff --git a/src/hcoopmeetbotlogic/release.py b/src/hcoopmeetbotlogic/release.py index 25a2b5c..3714caf 100644 --- a/src/hcoopmeetbotlogic/release.py +++ b/src/hcoopmeetbotlogic/release.py @@ -8,7 +8,7 @@ AUTHOR = "Kenneth J. Pronovici" EMAIL = "pronovic@ieee.org" COPYRIGHT = "2021-2022" -VERSION = "0.5.2" -DATE = "13 May 2022" +VERSION = "0.6.0" +DATE = "05 Jun 2022" URL = "https://github.com/pronovic/hcoop-meetbot" DOCS = "https://hcoop-meetbot.readthedocs.io/en/stable/"