From 785624185c6e607816c1c5a6517cae3aaeb44611 Mon Sep 17 00:00:00 2001 From: ashariyar Date: Sun, 30 Jul 2023 05:36:44 -0400 Subject: [PATCH] CHANGELOG.md, version bump --- CHANGELOG.md | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bbaa0f..b02b125 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ # NEXT RELEASE + +# 1.10.0 * New script `extract_pages_from_pdf` lets you easily rip pages out of a PDF * Add `--page-range` argument to both `extract_pages_from_pdf` and `extract_text_from_files` * `pypdf` exceptions will trigger the offending page to be extracted and a suggestion made to the user that they submit the page to the `pypdf` team diff --git a/pyproject.toml b/pyproject.toml index 004c72f..d63abea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "clown_sort" -version = "1.9.2" +version = "1.10.0" description = "Sort screenshots based on rules or through individual review." authors = ["Michel de Cryptadamus "] readme = "README.md"