bump version

This commit is contained in:
collerek
2021-08-27 16:12:49 +02:00
parent 9bb22d2ea4
commit b70a6691b0
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
# 0.10.17
## ✨ Features
* Allow overwriting the default pydantic type for model fields [#312](https://github.com/collerek/ormar/issues/285)
# 0.10.16
## ✨ Features

View File

@ -77,7 +77,7 @@ class UndefinedType: # pragma no cover
Undefined = UndefinedType()
__version__ = "0.10.16"
__version__ = "0.10.17"
__all__ = [
"Integer",
"BigInteger",