Skip to content

Commit 2391255

Browse files
committed
πŸ”– release: 0.9.0
1 parent 43f16b2 commit 2391255

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

β€ŽDockerfileβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM python:3.12
22

3-
LABEL tech.tomy.docker.k.backend="0.8.2"
3+
LABEL tech.tomy.docker.k.backend="0.9.0"
44
LABEL maintainer="Tomy Hsieh @tomy0000000"
55

66
WORKDIR /usr/src/k-backend

β€Žk_backend/main.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
app = FastAPI(
1212
title=settings.PROJECT_NAME,
1313
description="The All-in-One Financial Island",
14-
version="0.8.2",
14+
version="0.9.0",
1515
debug=settings.ENVIRONMENT == "local",
1616
default_response_class=KustomJSONResponse,
1717
openapi_tags=tags,

β€Žpyproject.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "k-backend"
3-
version = "0.8.2"
3+
version = "0.9.0"
44
description = "The backend API server of K"
55
license = { text = "MIT" }
66
readme = "README.md"

0 commit comments

Comments
Β (0)