update homepage version to 2.2.0

This commit is contained in:
2025-10-23 18:54:05 +02:00
parent 8d4f899184
commit 094d7bed13
2 changed files with 159 additions and 159 deletions

View File

@@ -134,7 +134,7 @@ ckeditor -> django-prose-editor
## Version History
Next
2.2.0
* Add rental

View File

@@ -1,6 +1,6 @@
from django.utils.version import get_version
VERSION = (1, 0, 0, "final", 0)
VERSION = (2, 2, 0, "final", 0)
BUILD = 0
__version__ = get_version(VERSION)