bumped version to 0.12
This commit is contained in:
parent
71e72fb98b
commit
a0b69596c8
2 changed files with 2 additions and 2 deletions
|
|
@ -117,7 +117,7 @@ TASKS = {"default": {"BACKEND": "django.tasks.backends.immediate.ImmediateBacken
|
|||
|
||||
STATIC_ROOT = BASE_DIR.parent.parent / "static"
|
||||
|
||||
RELEASE_VERSION = "0.11"
|
||||
RELEASE_VERSION = "0.12"
|
||||
|
||||
# Import settings from configuration.py
|
||||
try:
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[project]
|
||||
name = "community_backup"
|
||||
version = "0.11"
|
||||
version = "0.12"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue