bump version to 6.1.0

This commit is contained in:
2025-01-21 09:24:58 +08:00
committed by GitHub
parent 5eebba1dfa
commit 09639aef8f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
View File
@@ -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="/",