update homepage version to 2.2.1

This commit is contained in:
2025-10-30 15:42:48 +01:00
parent c1519bab0f
commit be581675cd
2 changed files with 5 additions and 1 deletions

View File

@@ -136,6 +136,10 @@ ckeditor -> django-prose-editor
## Version History
2.2.1
* Fix rental (view, pdf file, sending mail)
2.2.0
* Add rental

View File

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