mirror of
https://github.com/furyhawk/listen.git
synced 2026-07-21 00:45:36 +00:00
bump version to 6.1.0
This commit is contained in:
@@ -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="/",
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@ from app.core.config import get_settings
|
||||
|
||||
app = FastAPI(
|
||||
title="minimal fastapi postgres",
|
||||
version="6.0.0",
|
||||
version="6.1.0",
|
||||
description="https://github.com/furyhawk/minimal-fastapi-postgres-template",
|
||||
openapi_url="/openapi.json",
|
||||
docs_url="/",
|
||||
|
||||
Reference in New Issue
Block a user