From 1d6dc5f60996ce68b527d4c681cfb095d714504a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Sun, 28 Apr 2019 08:31:06 +0200 Subject: [PATCH] v3.3.7 (2019-04-28) - [Bugfix] Fix "Timeout after 20s" on running migrations --- CHANGELOG.md | 4 ++++ tutor/__about__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35b6a38..681fea6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 3.3.7 (2019-04-28) + +- [Bugfix] Fix "Timeout after 20s" on running migrations + ## 3.3.6 (2019-04-27) - [Bugfix] Fix KeyError on first quickstart diff --git a/tutor/__about__.py b/tutor/__about__.py index 1549c12..1de0460 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -1 +1 @@ -__version__ = "3.3.6" +__version__ = "3.3.7"