Release 0.8

This commit is contained in:
Johannes Erwerle 2026-04-20 19:04:09 +02:00
parent 3a4f5a0394
commit 4bfab4d699
2 changed files with 2 additions and 2 deletions

View file

@ -115,7 +115,7 @@ TASKS = {"default": {"BACKEND": "django.tasks.backends.immediate.ImmediateBacken
STATIC_ROOT = BASE_DIR.parent.parent / "static"
RELEASE_VERSION = "0.7"
RELEASE_VERSION = "0.8"
# Import settings from configuration.py
try: