From 9e1fde47fc3d8867232382318b53ea3ad3fba3e0 Mon Sep 17 00:00:00 2001 From: Ginger Geneste <80008322+GingerGeneste@users.noreply.github.com> Date: Mon, 26 Aug 2024 18:09:48 +0200 Subject: [PATCH] Bump version with new options: + --check-min-digits + --check-max-digits + --check-min-uppercase + --check-max-uppercase + --check-min-specials + --check-max-specials --- bin/demeuk.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/demeuk.py b/bin/demeuk.py index a2acb30..97238bf 100755 --- a/bin/demeuk.py +++ b/bin/demeuk.py @@ -167,7 +167,7 @@ from unidecode import unidecode -version = '4.2.0' +version = '4.3.0' # Search from start to finish for the string $HEX[], with block of a-f0-9 with even number # of hex chars. The first match group is repeated.