chore: Version 0.1.2
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:
co-authored by
Claude Opus 5
parent
0a6261fc55
commit
6d182d0054
@@ -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,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 = [
|
||||
|
||||
Reference in New Issue
Block a user