From 32ac977dda2630f5907072bb3dcedcdbfaa3de38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Thu, 4 Jul 2019 17:21:41 +0800 Subject: [PATCH] v3.5.0 (2019-07-04) - [Feature] Make it possible for plugins to patch the build templates - [Improvement] Move Xqueue and Student notes to a dedicated plugin --- CHANGELOG.md | 2 +- tutor/__about__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c148871..9ac1fc0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ Note: Breaking changes between versions are indicated by "💥". -## Latest +## 3.5.0 (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 567bfde..dcbfb52 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -1 +1 @@ -__version__ = "3.4.3" +__version__ = "3.5.0"