From 0fcf590bd63df9c00528b2cad4a2ca7e31ebe410 Mon Sep 17 00:00:00 2001 From: "Kenneth J. Pronovici" Date: Mon, 24 Oct 2022 07:47:52 +0000 Subject: [PATCH] Release v0.6.3 to PyPI --- Changelog | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Changelog b/Changelog index a52fbf3..8144bec 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,4 @@ -Version 0.6.3 unreleased +Version 0.6.3 24 Oct 2022 * Refactor the run script and pre-commit hooks to reduce duplication. * Rework the GitHub Actions build process to pull out shared code. diff --git a/pyproject.toml b/pyproject.toml index 0d6aca0..70bb2b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "hcoop-meetbot" -version = "0.6.2" +version = "0.6.3" description = "Plugin for Limnoria to help run IRC meetings" authors = ["Kenneth J. Pronovici "] license = "Apache-2.0"