From 5b3b9c417425ab187b537a7f2e193d9226e8c1fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Safin?= <51059348+rafsaf@users.noreply.github.com> Date: Fri, 6 Dec 2024 20:05:44 +0100 Subject: [PATCH] bump version to 6.1.0 (#100) 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="/",