From fd03a9e84b14030d4e2b4d16393dd509ab7934c8 Mon Sep 17 00:00:00 2001 From: bcs-cicd-bot Date: Fri, 31 May 2024 08:39:26 +0000 Subject: [PATCH] Bump version automatically on release --- app/main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/main.py b/app/main.py index 678dee34..2d3f2d4e 100644 --- a/app/main.py +++ b/app/main.py @@ -22,7 +22,7 @@ if root_url is not None and not root_url.startswith("http://"): root_url = "http://" + root_url -app = FastAPI(title="Vachan-API", version="2.0.3", +app = FastAPI(title="Vachan-API", version="2.0.4", description=f"The server application that provides APIs to interact \ with the underlying Databases and modules in Vachan-Engine. \ \n • For Vachan-CMS docs: {root_url}/v2/cms/rest/docs,\ @@ -239,7 +239,7 @@ def custom_openapi(): openapi_schema = get_openapi( title="Vachan-API", - version="2.0.3", + version="2.0.4", description=( "The server application that provides APIs to interact with the \ underlying Databases \and modules in Vachan-Engine. "