Skip to content

Commit 0d91b46

Browse files
committed
Optimisation on unit tests. Fix for pony orm.
1 parent f0989f1 commit 0d91b46

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

docs/build.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,10 @@ def read_cls_docstring(cls):
3939

4040
def get_versions():
4141
return [
42-
{
43-
"version": "0.2.11",
44-
"changes": [
45-
"Optimisation on unit tests. Fix for pony orm. Optimisation on search for tortoise orm.",
46-
],
47-
},
4842
{
4943
"version": "0.2.10",
5044
"changes": [
51-
"Fix issue empty m2m.",
45+
"Fix issue empty m2m. Optimisation on unit tests. Fix for pony orm. Optimisation on search for tortoise orm.",
5246
],
5347
},
5448
{

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "fastadmin"
3-
version = "0.2.11"
3+
version = "0.2.10"
44
description = "FastAdmin is an easy-to-use Admin Dashboard App for FastAPI/Flask/Django inspired by Django Admin."
55
authors = ["Seva D <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)