Skip to content

Commit 89096c1

Browse files
committed
πŸ”– release: 0.12.0
1 parent ff93b79 commit 89096c1

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

β€Žbackend/kayman/main.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
debug=settings.ENVIRONMENT == "local",
2929
title=settings.PROJECT_NAME,
3030
description="Kayman is the one-stop solution for personal finance",
31-
version="0.11.0",
31+
version="0.12.0",
3232
openapi_tags=tags,
3333
default_response_class=KustomJSONResponse,
3434
middleware=[cors_middleware],

β€Žbackend/pyproject.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "kayman"
3-
version = "0.11.0"
3+
version = "0.12.0"
44
description = "Kayman is the one-stop solution for personal finance"
55
license = { text = "MIT" }
66
readme = "README.md"

β€Žbackend/uv.lockβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žfrontend/package.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kayman",
3-
"version": "0.11.0",
3+
"version": "0.12.0",
44
"description": "🏝🏦 The one-stop solution for personal finance",
55
"homepage": "https://github.com/tomy0000000/kayman",
66
"bugs": {

0 commit comments

Comments
Β (0)