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"