Prepare 1.0rc1 release

This commit is contained in:
Esa Kataja
2025-05-10 14:14:35 +03:00
parent 751af50e8a
commit aecc0731bc
3 changed files with 20 additions and 2 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ from lib.db import init_db
app = FastAPI(
title="Eurovision 25 Homereview API",
description="Backend API for Eurovision 25 Homereview application",
version="1.0.0",
version="1.0rc1",
)
# Add CORS middleware