summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorankitjavalkar2020-06-02 15:06:38 +0530
committerankitjavalkar2020-06-02 15:07:32 +0530
commit46a1840e62267a6700ede9cb8d5eae9c39ca21b8 (patch)
tree5c137906d8ab3126588872fe997dcd6384364a6e
parent0b72c7dd886707b6e9366fd4b4f012dd03fe799c (diff)
downloadonline_test-46a1840e62267a6700ede9cb8d5eae9c39ca21b8.tar.gz
online_test-46a1840e62267a6700ede9cb8d5eae9c39ca21b8.tar.bz2
online_test-46a1840e62267a6700ede9cb8d5eae9c39ca21b8.zip
Release 0.20.2 related changes
-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'