chore(release): 0.15.0 — operator authentication (version, CHANGELOG split, SW cache, test isolation)

This commit is contained in:
2026-06-18 20:43:29 +00:00
parent fdcb1ca532
commit c9bb25e7e1
5 changed files with 37 additions and 4 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ Base.metadata.create_all(bind=engine)
ENVIRONMENT = os.getenv("ENVIRONMENT", "production")
# Initialize FastAPI app
VERSION = "0.14.0"
VERSION = "0.15.0"
if ENVIRONMENT == "development":
_build = os.getenv("BUILD_NUMBER", "0")
if _build and _build != "0":