Skip to content

Commit 7b038b4

Browse files
author
rafsaf
committed
bump version to 6.1.0
Signed-off-by: rafsaf <[email protected]>
1 parent a26805b commit 7b038b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ There are some **opinionated** default settings in `/app/main.py` for documentat
373373
```python
374374
app = FastAPI(
375375
title="minimal fastapi postgres template",
376-
version="6.0.0",
376+
version="6.1.0",
377377
description="https://github.com/rafsaf/minimal-fastapi-postgres-template",
378378
openapi_url="/openapi.json",
379379
docs_url="/",

app/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
app = FastAPI(
99
title="minimal fastapi postgres template",
10-
version="6.0.0",
10+
version="6.1.0",
1111
description="https://github.com/rafsaf/minimal-fastapi-postgres-template",
1212
openapi_url="/openapi.json",
1313
docs_url="/",

0 commit comments

Comments
 (0)