bump version
This commit is contained in:
@ -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
|
||||
|
||||
@ -77,7 +77,7 @@ class UndefinedType: # pragma no cover
|
||||
|
||||
Undefined = UndefinedType()
|
||||
|
||||
__version__ = "0.10.16"
|
||||
__version__ = "0.10.17"
|
||||
__all__ = [
|
||||
"Integer",
|
||||
"BigInteger",
|
||||
|
||||
Reference in New Issue
Block a user