diff --git a/CHANGELOG.md b/CHANGELOG.md index b1c231b..6e151da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ Note: Breaking changes between versions are indicated by "💥". -## Latest +## 3.6.2 (2019-08-07) - [Bugfix] Fix missing templates in bundled plugins - [Bugfix] Enable html certificate view diff --git a/tutor/__about__.py b/tutor/__about__.py index b202327..4f82193 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -1 +1 @@ -__version__ = "3.6.1" +__version__ = "3.6.2"