Compare commits
2
Commits
4fcd168a85
...
c404582c03
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c404582c03 | ||
|
|
e1c3f6e7c5 |
@@ -0,0 +1,10 @@
|
|||||||
|
# Version update
|
||||||
|
|
||||||
|
1. Update version in `pyproject.toml`
|
||||||
|
2. Update version in `uv.lock`
|
||||||
|
3. Update version in `src/app.py`
|
||||||
|
4. Update `CHANGES.md`. Take info from git log
|
||||||
|
5. Update `README.md`
|
||||||
|
6. Commit changes
|
||||||
|
7. Tag release
|
||||||
|
8. Push changes
|
||||||
+4
-1
@@ -12,7 +12,10 @@ from lib.db import init_db
|
|||||||
app = FastAPI(
|
app = FastAPI(
|
||||||
title="Eurovision 25 Homereview API",
|
title="Eurovision 25 Homereview API",
|
||||||
description="Backend API for Eurovision 25 Homereview application",
|
description="Backend API for Eurovision 25 Homereview application",
|
||||||
version="1.0rc3",
|
version="1.0rc4",
|
||||||
|
openapi_url=None,
|
||||||
|
docs_url="/docut",
|
||||||
|
redoc_url="/redocut",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user