VERSION 0.2.0

This commit is contained in:
ben
2026-08-17 16:31:35 +02:00
parent 80f7f2978d
commit a8a3ce7399
+1 -1
View File
@@ -101,7 +101,7 @@ class RoomUpdate(BaseModel):
app = FastAPI(
title="Calendar API",
description="Room based agenda system",
version="1.0",
version="0.2.0",
)