diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e39c7d..aa873a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ Note: Breaking changes between versions are indicated by "💥". -## Latest +## 3.5.3 (2019-07-05) - [Bugfix] Add pre-init hook for correct initialisation of minio diff --git a/tutor/__about__.py b/tutor/__about__.py index dae42b1..ad45aa3 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -1 +1 @@ -__version__ = "3.5.2" +__version__ = "3.5.3"