bump version and update changelog

This commit is contained in:
collerek
2020-11-27 18:53:17 +01:00
parent 0ed4ef4833
commit 7b97510f88
2 changed files with 5 additions and 1 deletions

View File

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