doc update for 0.4.3

This commit is contained in:
serversdwn
2026-01-14 22:12:48 +00:00
parent 7971092509
commit 8787a2dbb8
4 changed files with 32 additions and 6 deletions

View File

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