From 4d7ec486f3005d8420938bb0a35ca1324938ddde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Wed, 7 Aug 2019 13:31:35 +0200 Subject: [PATCH] v3.6.2 (2019-08-07) - [Bugfix] Fix missing templates in bundled plugins - [Bugfix] Enable html certificate view --- CHANGELOG.md | 2 +- tutor/__about__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"