bumped version to 0.11

This commit is contained in:
Johannes Erwerle 2026-05-13 00:06:20 +02:00
parent 95fde8e58f
commit a942a0b8c6
2 changed files with 2 additions and 2 deletions

View file

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

View file

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