Skip to content

Commit

Permalink
Fix helpers function. Add regexps
Browse files Browse the repository at this point in the history
  • Loading branch information
vsdudakov committed Aug 5, 2024
1 parent 72d86e0 commit 1dbd4a5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ def read_cls_docstring(cls):

def get_versions():
return [
{
"version": "0.2.7",
"changes": [
"Fix helpers function. Add regexps.",
],
},
{
"version": "0.2.6",
"changes": [
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.6"
version = "0.2.7"
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 1dbd4a5

Please sign in to comment.