Skip to content

Commit 1dbd4a5

Browse files
committed
Fix helpers function. Add regexps
1 parent 72d86e0 commit 1dbd4a5

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

docs/build.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@ def read_cls_docstring(cls):
3939

4040
def get_versions():
4141
return [
42+
{
43+
"version": "0.2.7",
44+
"changes": [
45+
"Fix helpers function. Add regexps.",
46+
],
47+
},
4248
{
4349
"version": "0.2.6",
4450
"changes": [

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.6"
3+
version = "0.2.7"
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)