From 1739ba627053e290e63821f4552364c1c9a69fbe Mon Sep 17 00:00:00 2001 From: Andrew Anker Date: Sat, 23 Sep 2023 09:29:39 -0700 Subject: [PATCH] Update version and changelog --- docs/changelog.md | 3 +++ pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index d6baa4c..cbc9523 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -5,6 +5,9 @@ menu_title: Changelog permalink: /changelog/ --- +### Version 23.0.2 (9/23/2023) +* Fix silly bug where a line magically moved to the wrong place [(link)](https://github.com/aanker/xwordlist/commit/54a0d42a705f4446e4b7b0d63c8e0a73d5322ecf) + ### Version 23.0.1 (9/23/2023) * Various dependabot updates to libraries diff --git a/pyproject.toml b/pyproject.toml index 5b9115b..3d47ad0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "xwordlist" -version = "23.0.1" +version = "23.0.2" description = "Software to help create, build and organize crossword puzzle word lists" authors = ["Andrew Anker "] license = "MIT"