From a2241a07c6da53f4f7136779fdb14e06c27c4977 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Sat, 27 Apr 2019 10:49:45 +0200 Subject: [PATCH] v3.3.6 (2019-04-27) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - [Bugfix] Fix KeyError on first quickstart - [Improvement] De-duplication of prod/dev settings. Thanks @silviot! 😺 --- CHANGELOG.md | 5 +++++ tutor/__about__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f1a1a8..35b6a38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 3.3.6 (2019-04-27) + +- [Bugfix] Fix KeyError on first quickstart +- [Improvement] De-duplication of prod/dev settings. Thanks @silviot! 😺 + ## 3.3.5 (2019-04-22) - [Feature] Pluggable LMS/CMS/forum diff --git a/tutor/__about__.py b/tutor/__about__.py index c90ab1b..1549c12 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -1 +1 @@ -__version__ = "3.3.5" +__version__ = "3.3.6"