diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ac1fc0..b8c2e75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ Note: Breaking changes between versions are indicated by "💥". -## 3.5.0 (2019-07-04) +## 3.5.1 (2019-07-04) - [Feature] Make it possible for plugins to patch the build templates - [Improvement] Move Xqueue and Student notes to a dedicated plugin diff --git a/tutor/__about__.py b/tutor/__about__.py index dcbfb52..0c11bab 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -1 +1 @@ -__version__ = "3.5.0" +__version__ = "3.5.1"