From d8fa0f28999659da4f5eeccc6cb80b792e884584 Mon Sep 17 00:00:00 2001 From: "Kenneth J. Pronovici" Date: Sun, 17 Jan 2021 19:57:52 +0000 Subject: [PATCH] Release v0.1.29 to PyPI --- Changelog | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Changelog b/Changelog index 478699e7..0fde6c14 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,4 @@ -Version 0.1.29 unreleased +Version 0.1.29 17 Jan 2021 * Fix typo in DEVELOPER.md, submitted by @billykern. * Improve and cleanup the Windows and PyCharm build process. diff --git a/pyproject.toml b/pyproject.toml index 37c141ab..d34e71b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "apologies" -version = "0.1.28" +version = "0.1.29" description = "Python code to play a game similar to Sorry" authors = ["Kenneth J. Pronovici "] license = "Apache-2.0"