Skip to content

Commit

Permalink
Version 0.1.4 (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
aminalaee committed Feb 16, 2022
1 parent bb93fe3 commit 6855d94
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

---

# SQLAlchemy Admin dashboard for Starlette/FastAPI
# SQLAlchemy Admin for Starlette/FastAPI

SQLAdmin is a flexible Admin interface for SQLAlchemy models.

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

---

# SQLAlchemy Admin dashboard for Starlette/FastAPI
# SQLAlchemy Admin for Starlette/FastAPI

SQLAdmin is a flexible Admin interface for SQLAlchemy models.

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = sqladmin
version = 0.1.3
version = 0.1.4
author = Amin Alaee
author_email = [email protected]
description = Admin interface for SQLAlchemy.
Expand Down
2 changes: 1 addition & 1 deletion sqladmin/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from sqladmin.application import Admin
from sqladmin.models import ModelAdmin

__version__ = "0.1.3"
__version__ = "0.1.4"

__all__ = [
"Admin",
Expand Down

0 comments on commit 6855d94

Please sign in to comment.