summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.txt12
-rw-r--r--online_test/__init__.py2
2 files changed, 12 insertions, 2 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 5151c1d..e50ecd3 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,4 +1,14 @@
-=== 0.20.1 (21-05-2020) ===
+== 0.20.2 (02-06-2020) ===
+
+* Added a custom filter to convert str objects to int in templates
+* Fixed a bug that prevented users from seeing the last submitted MCQ answers
+* Updated the TinyMCE editor with multiple plugins
+* Fixed issue in question file upload for empty question instance
+* Changed variable name for uploaded file to avoid conflict with the queryset variable
+* Display question solution in view answer paper
+* Fixed bug to check if attempts are allowed and spare time is available before answer is checked
+
+== 0.20.1 (21-05-2020) ===
* Rename celery.py to celery_settings.py to avoid conflicts with the celery app
diff --git a/online_test/__init__.py b/online_test/__init__.py
index 39ff9a3..dcc123e 100644
--- a/online_test/__init__.py
+++ b/online_test/__init__.py
@@ -4,4 +4,4 @@ from online_test.celery_settings import app as celery_app
__all__ = ('celery_app',)
-__version__ = '0.20.1'
+__version__ = '0.20.2'