From 969081402579048379829c2b8e45a1c068ccc0f3 Mon Sep 17 00:00:00 2001 From: Georg Sieber Date: Tue, 27 Feb 2024 13:38:51 +0100 Subject: [PATCH] use endesive 2.17.1 with fixed stamp text and bump version --- requirements.txt | 2 +- simple_signer/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index d7e5c7d..123ff35 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -endesive==2.17.0 +endesive==2.17.1 PyMuPDF # Debian package note: since python3-pyqt5 is a build-dependency and --use-system-packages is set, diff --git a/simple_signer/__init__.py b/simple_signer/__init__.py index 57a0e88..1944eeb 100644 --- a/simple_signer/__init__.py +++ b/simple_signer/__init__.py @@ -1,7 +1,7 @@ __title__ = 'Simple Signer' __author__ = 'Georg Sieber' __license__ = 'GPL-3.0' -__version__ = '1.5.3' +__version__ = '1.5.4' __website__ = 'https://github.com/schorschii/Simple-Signer' __all__ = [__author__, __license__, __version__]