Skip to content

Commit c9e0d0d

Browse files
Merge pull request #721 from FOSSEE/release_0_20_2
Release 0.20.2 related changes
2 parents 0b72c7d + 46a1840 commit c9e0d0d

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.txt

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
1-
=== 0.20.1 (21-05-2020) ===
1+
== 0.20.2 (02-06-2020) ===
2+
3+
* Added a custom filter to convert str objects to int in templates
4+
* Fixed a bug that prevented users from seeing the last submitted MCQ answers
5+
* Updated the TinyMCE editor with multiple plugins
6+
* Fixed issue in question file upload for empty question instance
7+
* Changed variable name for uploaded file to avoid conflict with the queryset variable
8+
* Display question solution in view answer paper
9+
* Fixed bug to check if attempts are allowed and spare time is available before answer is checked
10+
11+
== 0.20.1 (21-05-2020) ===
212

313
* Rename celery.py to celery_settings.py to avoid conflicts with the celery app
414

online_test/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
__all__ = ('celery_app',)
66

7-
__version__ = '0.20.1'
7+
__version__ = '0.20.2'

0 commit comments

Comments
 (0)