From c678638ea2b14ff203333a8c196a6fadd194685b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Tue, 6 Jul 2021 09:50:11 +0200 Subject: [PATCH] v12.0.2 (2021-07-06) - [Bugfix] Fix "Invalid command argument" during upgrade from Koa to Lilac. - [Bugfix] Fix mysql initialisation in docker-compose==2.0.0beta4. - [Improvement] Tutor is now published on pypi as "tutor". --- CHANGELOG.md | 2 ++ tutor/__about__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48bdeab..1b5b1d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ Note: Breaking changes between versions are indicated by "💥". ## Unreleased +## v12.0.2 (2021-07-06) + - [Bugfix] Fix "Invalid command argument" during upgrade from Koa to Lilac. - [Bugfix] Fix mysql initialisation in docker-compose==2.0.0beta4. - [Improvement] Tutor is now published on pypi as "tutor". diff --git a/tutor/__about__.py b/tutor/__about__.py index 805c1fe..1470858 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -1 +1 @@ -__version__ = "12.0.1" +__version__ = "12.0.2"