diff --git a/CHANGELOG.md b/CHANGELOG.md index 0433e76..8f9e7d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ # Changelog -## Latest +## 3.0.1 (2019-06-11) -- [Bugfix] fix mysql initialization (#156, #160) +- [Bugfix] fix mysql initialization (#159, #160) - [Improvement] Better handling of continuous integration - [Bugfix] fix `tutor --version` (#156) - [Improvement] Absolute settings imports -- 📯 thanks @tonytan4ever! diff --git a/tutor/__about__.py b/tutor/__about__.py index 528787c..0552768 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -1 +1 @@ -__version__ = "3.0.0" +__version__ = "3.0.1"