From 2a883603c83896afc0db8987211711a9766af09c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Fri, 26 Jul 2019 23:21:09 +0200 Subject: [PATCH] v3.6.1 - [Bugfix] Fix missing patches from minio plugin (thanks @Wejie!) --- CHANGELOG.md | 2 +- tutor/__about__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1649f64..11ca00b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ Note: Breaking changes between versions are indicated by "💥". -## Latest +## 3.6.1 - [Bugfix] Fix missing patches from minio plugin (thanks @Wejie!) diff --git a/tutor/__about__.py b/tutor/__about__.py index 85197cb..b202327 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -1 +1 @@ -__version__ = "3.6.0" +__version__ = "3.6.1"