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"