Kairo-Jinkendo/backend/version.py
Lars d00ae070ec
All checks were successful
Deploy Development / deploy (push) Successful in 45s
Test Suite / pytest-backend (push) Successful in 1m47s
Test Suite / lint-backend (push) Successful in 3s
Test Suite / compose-smoke (push) Has been skipped
Test Suite / k6 /api/health Baseline (push) Successful in 18s
Test Suite / playwright-smoke (push) Successful in 23s
fix: Backlog-Konvertierung — fehlendes f-String in RETURNING-Klausel.
convert_backlog_to_action schickte {_BACKLOG_COLUMNS} uninterpoliert an PostgreSQL; zwei pytest-Tests schlugen fehl.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-09 07:48:41 +02:00

4 lines
84 B
Python

APP_VERSION = "0.16.2-ap1.9a"
DB_SCHEMA_VERSION = "014"
APP_NAME = "jinkendo-kairo"