change expr to sting in bulk_update, update readme, bump version

This commit is contained in:
collerek
2020-09-28 14:30:21 +02:00
parent a5abf2a403
commit b694c6a387
4 changed files with 60 additions and 16 deletions

View File

@ -26,7 +26,7 @@ class UndefinedType: # pragma no cover
Undefined = UndefinedType()
__version__ = "0.3.4"
__version__ = "0.3.5"
__all__ = [
"Integer",
"BigInteger",