From 077b15c67238578a7d877a53748ce46065905ddf Mon Sep 17 00:00:00 2001
From: ankitjavalkar
Date: Wed, 11 Mar 2020 15:19:17 +0530
Subject: Release 0.13.0 related changes

---
 CHANGELOG.txt           | 8 ++++++++
 online_test/__init__.py | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

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'
-- 
cgit