Skip to content

Commit

Permalink
bump version to 6.1.0 (#100)
Browse files Browse the repository at this point in the history
Signed-off-by: rafsaf <rafal.safin@rafsaf.pl>
  • Loading branch information
rafsaf authored Dec 6, 2024
1 parent a26805b commit 5b3b9c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ There are some **opinionated** default settings in `/app/main.py` for documentat
```python
app = FastAPI(
title="minimal fastapi postgres template",
version="6.0.0",
version="6.1.0",
description="https://github.com/rafsaf/minimal-fastapi-postgres-template",
openapi_url="/openapi.json",
docs_url="/",
Expand Down
2 changes: 1 addition & 1 deletion app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

app = FastAPI(
title="minimal fastapi postgres template",
version="6.0.0",
version="6.1.0",
description="https://github.com/rafsaf/minimal-fastapi-postgres-template",
openapi_url="/openapi.json",
docs_url="/",
Expand Down

0 comments on commit 5b3b9c4

Please sign in to comment.