docs updated for 0.3.2

This commit is contained in:
serversdwn
2025-12-12 08:18:38 +00:00
parent 3aff0cb076
commit 3a41b81bb6
4 changed files with 89 additions and 7 deletions

View File

@@ -20,7 +20,7 @@ Base.metadata.create_all(bind=engine)
ENVIRONMENT = os.getenv("ENVIRONMENT", "production")
# Initialize FastAPI app
VERSION = "0.3.1"
VERSION = "0.3.2"
app = FastAPI(
title="Seismo Fleet Manager",
description="Backend API for managing seismograph fleet status",