Skip to content

Commit 92f18d0

Browse files
committed
Prepare release v0.7.6
1 parent c3db65c commit 92f18d0

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

backend/app/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def get_secret(env_var: str, default: str = None) -> str | None:
4646

4747

4848
MIN_FRONTEND_VERSION = 71
49-
BACKEND_VERSION = 119
49+
BACKEND_VERSION = 120
5050

5151
APP_DIR = os.path.dirname(os.path.abspath(__file__))
5252
PROJECT_DIR = os.path.dirname(APP_DIR)

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 = "KitchenOwl-Backend"
3-
version = "0.1.0"
3+
version = "0.7.6"
44
description = "Add your description here"
55
readme = "README.md"
66
requires-python = ">=3.14"

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.

kitchenowl/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
1515
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
1616
# Read more about iOS versioning at
1717
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
18-
version: 0.7.5+119
18+
version: 0.7.6+120
1919

2020
environment:
2121
sdk: ">=3.0.0 <4.0.0"

metadata/en-US/changelogs/120.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- New minimalist shopping list
2+
- New and updated translations
3+
- Bug fixes and other minor improvements

0 commit comments

Comments
 (0)