Skip to content

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amisadmin committed Dec 22, 2023
1 parent 0fdc9f3 commit 4ba12c0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion demo/demo-model.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@

@asynccontextmanager
async def lifespan(app: FastAPI):
print("Starting", app)
# 创建初始化数据库表
await site.db.async_run_sync(SQLModel.metadata.create_all, is_session=False)
yield
Expand Down
2 changes: 1 addition & 1 deletion fastapi_amis_admin/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.6.9"
__version__ = "0.7.0"
__url__ = "https://github.com/amisadmin/fastapi_amis_admin"

import gettext
Expand Down

0 comments on commit 4ba12c0

Please sign in to comment.