From b96915699d94e13db7ffc6317f3f1a73569d0488 Mon Sep 17 00:00:00 2001 From: ashariyar Date: Sun, 9 Jul 2023 04:22:00 -0400 Subject: [PATCH] Changelog/version bump --- CHANGELOG.md | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb6127c..3bce2fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ # NEXT RELEASE + +### 1.9.1 * Output progress notifications to STDERR when parsing text from very large PDFs * Fix issue that caused explosive memory growth when parsing large PDFs * `--print-when-parsed` command line option for `extract_text_from_files` diff --git a/pyproject.toml b/pyproject.toml index 8b1ada9..5c8e9c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "clown_sort" -version = "1.9.0" +version = "1.9.1" description = "Sort screenshots based on rules or through individual review." authors = ["Michel de Cryptadamus "] readme = "README.md"