0.11.1 - Fix deepcopy issues (#695)

* fix deepcopy issues

* bump version, add release changelog
This commit is contained in:
collerek
2022-06-08 19:18:35 +02:00
committed by GitHub
parent d2c4dcad88
commit 4d76934a9d
4 changed files with 150 additions and 127 deletions

View File

@ -3,7 +3,7 @@ name = "ormar"
[tool.poetry]
name = "ormar"
version = "0.11.0"
version = "0.11.1"
description = "A simple async ORM with fastapi in mind and pydantic validation."
authors = ["Radosław Drążkiewicz <collerek@gmail.com>"]
license = "MIT"