Skip to content

Commit

Permalink
Merge pull request #808 from adityacp/release_0_29_3
Browse files Browse the repository at this point in the history
Release changes
  • Loading branch information
adityacp authored Dec 10, 2020
2 parents 768e017 + 3cfbf7c commit 9bbaae8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion online_test/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

__all__ = ('celery_app',)

__version__ = '0.29.2'
__version__ = '0.29.3'

0 comments on commit 9bbaae8

Please sign in to comment.