diff --git a/CHANGELOG.md b/CHANGELOG.md index 3db9f2c..e0cd02a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # NEXT RELEASE +### 1.14.4 +* Bump version for pypi tag / shield image (@MartinThoma) + ### 1.14.3 * Bump version for release diff --git a/pyproject.toml b/pyproject.toml index be66aac..7134d99 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pdfalyzer" -version = "1.14.3" +version = "1.14.4" 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"