Skip to content
Merged

ref #32

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/content/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ layout: home
hero:
name: "OpenAdmin"
text: "Admin panel for python"
tagline: Build admin dashboards as FastAPI routes — stats, tables, charts, and actions, all in pure Python.
tagline: Build admin dashboards as FastAPI routes — stats, tables, charts, and actions, all in pure Python using any orm and api.
actions:
- theme: brand
text: What is OpenAdmin?
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "openadmin"
version = "0.7.18"
version = "0.7.19"
description = "Add your description here"
authors = [
{ name="Mykyta Kasianenko", email="mykytakasianenko@gmail.com" },
Expand Down
Loading