diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a5e48d..5e35038 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ # NEXT RELEASE + +# 1.9.0 * Parse text from images in PDFs (some PDFs have no text only images) * Improve `extract_text_from_files` functionality diff --git a/pyproject.toml b/pyproject.toml index 82a0bb2..7daf426 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "clown_sort" -version = "1.8.1" +version = "1.9.0" description = "Sort screenshots based on rules or through individual review." authors = ["Michel de Cryptadamus "] readme = "README.md"