From ed8606e63c23b902e2623d73b96b9a4fdd9a309c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Mon, 11 Feb 2019 09:30:45 +0100 Subject: [PATCH] v3.0.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - [Bugfix] fix mysql initialization (#159, #160) - [Improvement] Better handling of continuous integration - [Bugfix] fix `tutor --version` (#156) - [Improvement] Absolute settings imports -- 📯 thanks @tonytan4ever! --- CHANGELOG.md | 4 ++-- tutor/__about__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"