summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPalaparthy Adityachandra2020-12-10 17:54:23 +0530
committerGitHub2020-12-10 17:54:23 +0530
commit9bbaae821f73a3ea16af92fd6b41cd9e86f00763 (patch)
tree3b3af687937748a5185e5fcee0f27764d055584b
parent768e017b6b153645ac49d43cc5f379fc6655b28d (diff)
parent3cfbf7cd5a5e5f7124724a67c4e1f57edc7e37ae (diff)
downloadonline_test-0.29.3.tar.gz
online_test-0.29.3.tar.bz2
online_test-0.29.3.zip
Merge pull request #808 from adityacp/release_0_29_3v0.29.3
Release changes
-rw-r--r--CHANGELOG.txt9
-rw-r--r--online_test/__init__.py2
2 files changed, 10 insertions, 1 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index d6232cb..56b058b 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,3 +1,12 @@
+=== 0.29.3 (10-12-2020) ===
+
+* Show the graphs for the lesson video statistics page.
+* Show the completed students counts in course modules page.
+* Add and show django messages in discussion forum page.
+* Remove Sidebar in the discussion forum page instead used bootstrap nav pills.
+* Optimisation in retrieving and rendering the data
+* Avoids the arrange type question's custom filter error
+
=== 0.29.2 (19-11-2020) ===
* Add dropdown selection for lesson video options
diff --git a/online_test/__init__.py b/online_test/__init__.py
index 41b7f9c..267ddf3 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.29.2'
+__version__ = '0.29.3'