From e738a3b13ffc96831564924517d98a4b10e0be57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Tue, 12 Feb 2019 08:36:22 +0100 Subject: [PATCH] v3.0.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - [Bugfix] Fix import paths -- 🚀 thanks @silviot! - [Improvement] Properly set docker project name in mysql logs -- 🦊 thanks again @silviot! --- CHANGELOG.md | 7 ++++--- tutor/__about__.py | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39c6fdb..84225ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +1,18 @@ # Changelog -## Latest +## 3.0.2 (2019-02-12) - [Bugfix] Fix import paths -- 🚀 thanks @silviot! +- [Bugfix] Properly set docker project name in mysql logs -- 🦊 thanks again @silviot! -## 3.0.1 (2019-06-11) +## 3.0.1 (2019-02-11) - [Bugfix] fix mysql initialization (#159, #160) - [Improvement] Better handling of continuous integration - [Bugfix] fix `tutor --version` (#156) - [Improvement] Absolute settings imports -- 📯 thanks @tonytan4ever! -## 3.0.0 (2019-06-09) +## 3.0.0 (2019-02-09) - [Improvement] Complete rewrite of Tutor: switch from a make-based project to a single binary which runs all commands. - [Feature] An web user interface can be created with `tutor webui start` diff --git a/tutor/__about__.py b/tutor/__about__.py index 0552768..131942e 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -1 +1 @@ -__version__ = "3.0.1" +__version__ = "3.0.2"