From 83b7617c8450bf7281d1137afb42c5aba39f82c7 Mon Sep 17 00:00:00 2001 From: Raffaele Mancuso <54762742+raffaem@users.noreply.github.com> Date: Wed, 31 Aug 2022 13:44:27 +0200 Subject: [PATCH] Bump version to 1.3.1 --- examples/bash/scripts/addtext.sh | 3 ++- pdfsak_version.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/examples/bash/scripts/addtext.sh b/examples/bash/scripts/addtext.sh index 88f0743..788115c 100644 --- a/examples/bash/scripts/addtext.sh +++ b/examples/bash/scripts/addtext.sh @@ -4,4 +4,5 @@ # - Page numbers in the bottom right corner (in the format `current_page/total_pages`) # - Current date in the top left corner (in the format `day/month/year`) -../../../pdfsak --input-file ../../input/article1.pdf --output ../../output/addtext.pdf --text "\huge \$page/\$pages" br 1 1 --text "\huge \$day/\$month/\$year" tl 0 0 +../../../pdfsak --input-file ../../input/article1.pdf --output ../../output/addtext.pdf --text "\huge \$page/\$pages" br 1 1 --text "\huge \$day/\$month/\$year" tl 0 0 --overwrite + diff --git a/pdfsak_version.py b/pdfsak_version.py index 352031d..97ac59f 100644 --- a/pdfsak_version.py +++ b/pdfsak_version.py @@ -1,2 +1,2 @@ #!/usr/bin/env python3 -__version__ = "1.3.0" +__version__ = "1.3.1"