doc: update docs for 0.8.0

This commit is contained in:
2026-03-18 19:59:34 +00:00
parent 22c62c0729
commit 1a87ff13c9
3 changed files with 30 additions and 4 deletions

View File

@@ -30,7 +30,7 @@ Base.metadata.create_all(bind=engine)
ENVIRONMENT = os.getenv("ENVIRONMENT", "production")
# Initialize FastAPI app
VERSION = "0.7.1"
VERSION = "0.8.0"
if ENVIRONMENT == "development":
_build = os.getenv("BUILD_NUMBER", "0")
if _build and _build != "0":