From cab3fe65ac7f910231bf4e31e6aa074d4d96344c Mon Sep 17 00:00:00 2001 From: Georg Sieber Date: Wed, 27 Dec 2023 00:26:07 +0100 Subject: [PATCH] bump version --- installer/debian/debian/changelog | 4 ++-- simple_signer/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/installer/debian/debian/changelog b/installer/debian/debian/changelog index 7075293..f4f6ea8 100644 --- a/installer/debian/debian/changelog +++ b/installer/debian/debian/changelog @@ -1,5 +1,5 @@ -simple-signer (1.5.0-1) stable; urgency=medium +simple-signer (1.5.1-1) stable; urgency=medium * first release with new package build process - -- Schorschii Mon, 25 Dec 2023 22:10:49 +0100 + -- Schorschii Mon, 26 Dec 2023 22:10:49 +0100 diff --git a/simple_signer/__init__.py b/simple_signer/__init__.py index 13d7667..c536b59 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.0' +__version__ = '1.5.1' __website__ = 'https://github.com/schorschii/Simple-Signer' __all__ = [__author__, __license__, __version__]