Skip to content

Commit

Permalink
v 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Chise1 committed Feb 17, 2022
1 parent e384819 commit ff160a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ cov: deps
coverage html

publish: check
poetry publish
poetry publish --build

docs:
mkdocs build
2 changes: 1 addition & 1 deletion tests/test_many_to_one.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from fast_tmp.admin.server import admin
from fast_tmp.db import get_db_session

from .models import Author, Book
# from .models import Author, Book

app = FastAPI()
app.mount("/admin", admin, name="admin")
Expand Down

0 comments on commit ff160a7

Please sign in to comment.