allow uuid_format add more tests and update docs

This commit is contained in:
collerek
2020-11-28 11:28:46 +01:00
parent 2350111768
commit bf86d07c73
2 changed files with 4 additions and 3 deletions

View File

@ -30,7 +30,7 @@ class UndefinedType: # pragma no cover
Undefined = UndefinedType()
__version__ = "0.6.0"
__version__ = "0.5.4"
__all__ = [
"Integer",
"BigInteger",