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"