bump version
This commit is contained in:
@ -1,3 +1,10 @@
|
||||
# 0.10.22
|
||||
|
||||
## 🐛 Fixes
|
||||
|
||||
* Hot fix for validators not being inherited when parent `ormar` model was set [#365](https://github.com/collerek/ormar/issues/365)
|
||||
|
||||
|
||||
# 0.10.21
|
||||
|
||||
## 🐛 Fixes
|
||||
|
||||
@ -3,7 +3,7 @@ name = "ormar"
|
||||
|
||||
[tool.poetry]
|
||||
name = "ormar"
|
||||
version = "0.10.21"
|
||||
version = "0.10.22"
|
||||
description = "A simple async ORM with fastapi in mind and pydantic validation."
|
||||
authors = ["Radosław Drążkiewicz <collerek@gmail.com>"]
|
||||
license = "MIT"
|
||||
|
||||
Reference in New Issue
Block a user