Release 0.9

This commit is contained in:
Johannes Erwerle 2026-04-25 17:00:37 +02:00
parent fb76fffdba
commit 68533d9983
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" STATIC_ROOT = BASE_DIR.parent.parent / "static"
RELEASE_VERSION = "0.8" RELEASE_VERSION = "0.9"
# Import settings from configuration.py # Import settings from configuration.py
try: try:

View file

@ -1,6 +1,6 @@
[project] [project]
name = "community_backup" name = "community_backup"
version = "0.8" version = "0.9"
description = "Add your description here" description = "Add your description here"
readme = "README.md" readme = "README.md"
requires-python = ">=3.13" requires-python = ">=3.13"