From 8ee531fcdb633a8dee53ef718d56c902fdcd7b81 Mon Sep 17 00:00:00 2001 From: ashariyar Date: Thu, 29 Aug 2024 06:34:09 -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 e9bf7be..c6b3882 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ # NEXT RELEASE + +# 1.15.0 * Add `combine_pdfs` command line script to merge a bunch of PDFs into one * Remove unused `Deprecated` dependency diff --git a/pyproject.toml b/pyproject.toml index 5d9d74c..23547f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pdfalyzer" -version = "1.14.10" +version = "1.15.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"