We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0989f1 commit 0d91b46Copy full SHA for 0d91b46
2 files changed
docs/build.py
@@ -39,16 +39,10 @@ def read_cls_docstring(cls):
39
40
def get_versions():
41
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
- },
48
{
49
"version": "0.2.10",
50
"changes": [
51
- "Fix issue empty m2m.",
+ "Fix issue empty m2m. Optimisation on unit tests. Fix for pony orm. Optimisation on search for tortoise orm.",
52
],
53
},
54
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "fastadmin"
3
-version = "0.2.11"
+version = "0.2.10"
4
description = "FastAdmin is an easy-to-use Admin Dashboard App for FastAPI/Flask/Django inspired by Django Admin."
5
authors = ["Seva D <[email protected]>"]
6
license = "MIT"
0 commit comments