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"