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"