From 475f7c15e983b9e95f01ac9d3cb2c83deb86eec2 Mon Sep 17 00:00:00 2001 From: ashariyar Date: Sat, 26 Oct 2024 17:08:49 -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 19daf11..af6fb63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ # NEXT RELEASE + +# 1.16.0 * Upgrade `PyPDF2` 2.x to `pypdf` 5.0.1 (new name, same package) * Add `--image-quality` option to `combine_pdfs` tool diff --git a/pyproject.toml b/pyproject.toml index 971c696..82efc9b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pdfalyzer" -version = "1.15.1" +version = "1.16.0" description = "A PDF analysis toolkit. Scan a PDF with relevant YARA rules, visualize its inner tree-like data structure in living color (lots of colors), force decodes of suspicious font binaries, and more." authors = ["Michel de Cryptadamus "] license = "GPL-3.0-or-later"