Release 0.6

This commit is contained in:
Johannes Erwerle 2026-04-19 09:10:44 +02:00
parent 2f0db972de
commit 942b658160
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.5"
RELEASE_VERSION = "0.6"
# Import settings from configuration.py
try:

View file

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