From 64eb8e0c92bfef2706f998c87a6777d885f2bc13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Tue, 26 Feb 2019 20:54:22 +0100 Subject: [PATCH] v3.0.6 - [Bugfix] Fix import/export of demo course (#175) --- CHANGELOG.md | 4 ++++ tutor/__about__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c84d68c..05f7157 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Latest +## 3.0.6 (2019-02-26) + +- [Bugfix] Fix import/export of demo course (#175) + ## 3.0.5 (2019-02-14) - [Feature] Add cloud deployment script diff --git a/tutor/__about__.py b/tutor/__about__.py index e94f36f..6ed0182 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -1 +1 @@ -__version__ = "3.0.5" +__version__ = "3.0.6"