summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorankitjavalkar2020-03-11 15:19:17 +0530
committerankitjavalkar2020-03-11 15:19:17 +0530
commit077b15c67238578a7d877a53748ce46065905ddf (patch)
treec6203d88cdc175243c23c0279e7e91f722f6d606
parentb3362b8a5d09184407ae988699b22b46485a916e (diff)
downloadonline_test-077b15c67238578a7d877a53748ce46065905ddf.tar.gz
online_test-077b15c67238578a7d877a53748ce46065905ddf.tar.bz2
online_test-077b15c67238578a7d877a53748ce46065905ddf.zip
Release 0.13.0 related changes
-rw-r--r--CHANGELOG.txt8
-rw-r--r--online_test/__init__.py2
2 files changed, 9 insertions, 1 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 4145e07..18063e5 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,3 +1,11 @@
+=== 0.13.0 (11-03-2020) ===
+
+* Revamped the UI and UX for the interface and standardised with Bootstrap 4 (Lumen theme from https://bootswatch.com/)
+* Fixed a bug that caused failure when pre-existing tags for Questions have first capital letter
+* Registered CourseStatus model so that it is available on the Django admin interface
+* Added filters in the Django admin for filtering courses
+* Modified admin.py to display only specific fields of AnswerPaper
+
=== 0.12.0 (04-02-2020) ===
* Added syntax highlighting to the code answers in answerpaper
diff --git a/online_test/__init__.py b/online_test/__init__.py
index 2c7bffb..2d7893e 100644
--- a/online_test/__init__.py
+++ b/online_test/__init__.py
@@ -1 +1 @@
-__version__ = '0.12.0'
+__version__ = '0.13.0'