From 7b038b4bee83091fffc86fee497ab98758475a2a Mon Sep 17 00:00:00 2001 From: rafsaf Date: Fri, 6 Dec 2024 20:04:24 +0100 Subject: [PATCH] bump version to 6.1.0 Signed-off-by: rafsaf --- README.md | 2 +- app/main.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5a3d952..077f692 100644 --- a/README.md +++ b/README.md @@ -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="/", diff --git a/app/main.py b/app/main.py index ff6d0c1..6020179 100644 --- a/app/main.py +++ b/app/main.py @@ -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="/",