Merge pull request 'Merge dev into sfm-integration branch' (#45) from dev into feature/sfm-integration

Reviewed-on: #45
This commit was merged in pull request #45.
This commit is contained in:
2026-04-13 22:06:25 -04:00
16 changed files with 1200 additions and 498 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.9.3"
VERSION = "0.9.4"
if ENVIRONMENT == "development":
_build = os.getenv("BUILD_NUMBER", "0")
if _build and _build != "0":