Skip to content

Commit

Permalink
Bump version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
10b14224cc committed Mar 12, 2022
1 parent 9de3989 commit 996609e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pdfsak_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/usr/bin/env python3
__version__ = "1.2.0"
__version__ = "1.3.0"

0 comments on commit 996609e

Please sign in to comment.