From ac50f833cdd10de125b46c357e359d8b8982810e Mon Sep 17 00:00:00 2001 From: Mykyta Date: Sat, 22 Aug 2026 17:18:22 +0200 Subject: [PATCH 1/2] ref --- docs/content/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/index.md b/docs/content/index.md index c190fd3..c5d5f8d 100644 --- a/docs/content/index.md +++ b/docs/content/index.md @@ -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? From 4db7a81db619092fe19fc321b1dac49b8f178214 Mon Sep 17 00:00:00 2001 From: Mykyta Date: Sat, 22 Aug 2026 17:18:44 +0200 Subject: [PATCH 2/2] ref --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 56e9aac..4c57c05 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" },