Skip to content

Commit 9bbaae8

Browse files
authored
Merge pull request #808 from adityacp/release_0_29_3
Release changes
2 parents 768e017 + 3cfbf7c commit 9bbaae8

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
=== 0.29.3 (10-12-2020) ===
2+
3+
* Show the graphs for the lesson video statistics page.
4+
* Show the completed students counts in course modules page.
5+
* Add and show django messages in discussion forum page.
6+
* Remove Sidebar in the discussion forum page instead used bootstrap nav pills.
7+
* Optimisation in retrieving and rendering the data
8+
* Avoids the arrange type question's custom filter error
9+
110
=== 0.29.2 (19-11-2020) ===
211

312
* Add dropdown selection for lesson video options

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.29.2'
7+
__version__ = '0.29.3'

0 commit comments

Comments
 (0)