From a942a0b8c63e88b97725b05dda64967e580e986b Mon Sep 17 00:00:00 2001 From: Johannes Erwerle Date: Wed, 13 May 2026 00:06:20 +0200 Subject: [PATCH] bumped version to 0.11 --- community_backup/community_backup/settings.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/community_backup/community_backup/settings.py b/community_backup/community_backup/settings.py index 2f0876e..e46f420 100644 --- a/community_backup/community_backup/settings.py +++ b/community_backup/community_backup/settings.py @@ -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: diff --git a/pyproject.toml b/pyproject.toml index 4295f15..b3c7394 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"