From a927f2143877e542409aff0142d4b3fdafcd95ad Mon Sep 17 00:00:00 2001 From: aditya Date: Thu, 21 May 2020 13:21:12 +0530 Subject: Release 0.20.1 --- CHANGELOG.txt | 6 +++++- online_test/__init__.py | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index cd0c639..5151c1d 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,4 +1,8 @@ -=== 0.2.0 (20-05-2020) === +=== 0.20.1 (21-05-2020) === + +* Rename celery.py to celery_settings.py to avoid conflicts with the celery app + +=== 0.20.0 (20-05-2020) === * Added a discussion forum feature * Added a reject select button to reject mulitple students from a course diff --git a/online_test/__init__.py b/online_test/__init__.py index e5ad12d..39ff9a3 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.2.0' +__version__ = '0.20.1' -- cgit