Skip to content

Commit cb1c39f

Browse files
committed
πŸ”– [release] 0.11.0
1 parent a04ce32 commit cb1c39f

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
@@ -25,7 +25,7 @@
2525
debug=settings.ENVIRONMENT == "local",
2626
title=settings.PROJECT_NAME,
2727
description="Kayman is the one-stop solution for personal finance",
28-
version="0.10.0",
28+
version="0.11.0",
2929
openapi_tags=tags,
3030
default_response_class=KustomJSONResponse,
3131
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.10.0"
3+
version = "0.11.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.10.0",
3+
"version": "0.11.0",
44
"description": "🏝🏦 The one-stop solution for personal finance",
55
"homepage": "https://github.com/tomy0000000/kayman",
66
"bugs": {

0 commit comments

Comments
Β (0)