diff --git a/Readme.md b/Readme.md index 028f75f6..05a2a545 100644 --- a/Readme.md +++ b/Readme.md @@ -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 diff --git a/fet2020/fet2020/__init__.py b/fet2020/fet2020/__init__.py index 3b383497..05b94323 100644 --- a/fet2020/fet2020/__init__.py +++ b/fet2020/fet2020/__init__.py @@ -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)