From 996609ec37022e2dd5d2396152ffe66d479511a2 Mon Sep 17 00:00:00 2001 From: Raffaele Mancuso Date: Sat, 12 Mar 2022 07:55:15 +0100 Subject: [PATCH] Bump version to 1.3.0 --- CHANGELOG | 2 +- pdfsak_version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 16d6df9..193c343 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ - +v 1.3.0 (2022-03-12) * Recursively loop over a directory and its subdirectories and apply the same command too all the PDF files it finds * Always output a PDF with no metadata into it * Clearscan density parameter diff --git a/pdfsak_version.py b/pdfsak_version.py index 329ab7e..352031d 100644 --- a/pdfsak_version.py +++ b/pdfsak_version.py @@ -1,2 +1,2 @@ #!/usr/bin/env python3 -__version__ = "1.2.0" +__version__ = "1.3.0"