From 3245ed1e719c93dea3ff3586b8a2e5bf792dec4b Mon Sep 17 00:00:00 2001 From: bcs-cicd-bot Date: Wed, 27 Nov 2024 04:15:45 +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 636bc66c..43a45408 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.12", +app = FastAPI(title="Vachan-API", version="2.0.13", 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.12", + version="2.0.13", description=( "The server application that provides APIs to interact with the \ underlying Databases \and modules in Vachan-Engine. "