add min_length option to TextField for SSNs and stuff like that

This commit is contained in:
Mark Riedesel 2024-03-31 11:52:22 -04:00
parent 5f4dc8b80f
commit e0e4c1291d
3 changed files with 32 additions and 5 deletions

View file

@ -7,7 +7,7 @@ def pyaccuwage_tests():
return test_suite
setup(name='pyaccuwage',
version='0.2024.1',
version='0.2024.2',
packages=['pyaccuwage'],
scripts=[
'scripts/pyaccuwage-checkseq',