We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72d86e0 commit 1dbd4a5Copy full SHA for 1dbd4a5
2 files changed
docs/build.py
@@ -39,6 +39,12 @@ def read_cls_docstring(cls):
39
40
def get_versions():
41
return [
42
+ {
43
+ "version": "0.2.7",
44
+ "changes": [
45
+ "Fix helpers function. Add regexps.",
46
+ ],
47
+ },
48
{
49
"version": "0.2.6",
50
"changes": [
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "fastadmin"
3
-version = "0.2.6"
+version = "0.2.7"
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