Skip to content

Commit

Permalink
Optimisation on unit tests. Fix for pony orm.
Browse files Browse the repository at this point in the history
  • Loading branch information
vsdudakov committed Aug 14, 2024
1 parent f0989f1 commit 0d91b46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions docs/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,10 @@ def read_cls_docstring(cls):

def get_versions():
return [
{
"version": "0.2.11",
"changes": [
"Optimisation on unit tests. Fix for pony orm. Optimisation on search for tortoise orm.",
],
},
{
"version": "0.2.10",
"changes": [
"Fix issue empty m2m.",
"Fix issue empty m2m. Optimisation on unit tests. Fix for pony orm. Optimisation on search for tortoise orm.",
],
},
{
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "fastadmin"
version = "0.2.11"
version = "0.2.10"
description = "FastAdmin is an easy-to-use Admin Dashboard App for FastAPI/Flask/Django inspired by Django Admin."
authors = ["Seva D <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 0d91b46

Please sign in to comment.