Skip to content

Commit

Permalink
Merge pull request #59 from NetherlandsForensicInstitute/bump_version
Browse files Browse the repository at this point in the history
New functions added to demeuk in previous merges:
- --check-min-digits
- --check-max-digits
- --check-min-uppercase
- --check-max-uppercase
- --check-min-specials
- --check-max-specials
  • Loading branch information
GingerGeneste authored Aug 26, 2024
2 parents 35e977d + 9e1fde4 commit 0659498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/demeuk.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0659498

Please sign in to comment.