bump version

This commit is contained in:
collerek
2021-10-15 10:43:06 +02:00
parent 851fe0c14f
commit d7b823f5b6
2 changed files with 8 additions and 1 deletions

View File

@ -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

View File

@ -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"