bump version to 1.5.0
Some checks failed
CI / Lint & Format (push) Failing after 15s
CI / Tests (push) Has been skipped
CI / Security Scan (push) Failing after 19s

This commit is contained in:
Username
2025-12-21 11:09:53 +01:00
parent 880bf631e3
commit c0c65a23ad

View File

@@ -4,7 +4,7 @@ import os
from pathlib import Path
# Application version
VERSION = "1.4.0"
VERSION = "1.5.0"
class Config: