chore: Version 0.1.2
Images bauen / build (backend) (push) Successful in 4m13s
Images bauen / build (frontend) (push) Successful in 5m34s
CI / frontend (push) Successful in 6m48s
CI / backend (push) Successful in 2m41s

Der Versionshinweis im README stand noch auf 0.1.0 und wird
mitgezogen.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Fj7mB1PGA1aDHyfdSGHgzD
This commit is contained in:
Jonas Menzel
2026-09-10 10:05:23 +02:00
co-authored by Claude Opus 5
parent 0a6261fc55
commit 6d182d0054
5 changed files with 12 additions and 5 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ class Settings(BaseSettings):
# --- Allgemein -----------------------------------------------------------
app_name: str = "moneyfy"
app_version: str = "0.1.1"
app_version: str = "0.1.2"
environment: Literal["development", "production", "test"] = "development"
debug: bool = False
timezone: str = "Europe/Berlin"
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "moneyfy-backend"
version = "0.1.1"
version = "0.1.2"
description = "moneyfy Planung monatlicher Kosten und Einkünfte"
requires-python = ">=3.12,<3.13"
dependencies = [