From 8a305faa6d1813a55b2743c727224b309308d43c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Mon, 13 Jun 2022 22:26:40 +0200 Subject: [PATCH] v14.0.1 (2022-06-13) - [Bugfix] Fix missing tables on migration from maple ([#689](https://github.com/overhangio/tutor/issues/689)). (by @ibrmora) - [Bugfix] Fix plugin patches in cms.env.yml template. --- CHANGELOG.md | 5 ++++- tutor/__about__.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12acfbc..8d7e04b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,7 +18,10 @@ Every user-facing change should have an entry in this changelog. Please respect ## Unreleased -- [Bugfix] Add migration to "upgrade_from_maple" function ([#689](https://github.com/overhangio/tutor/issues/689)). (by @ibrmora) +## v14.0.1 (2022-06-13) + +- [Bugfix] Fix missing tables on migration from maple ([#689](https://github.com/overhangio/tutor/issues/689)). (by @ibrmora) +- [Bugfix] Fix plugin patches in cms.env.yml template. ## v14.0.0 (2022-06-09) diff --git a/tutor/__about__.py b/tutor/__about__.py index 36667fd..eb24232 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -2,7 +2,7 @@ import os # Increment this version number to trigger a new release. See # docs/tutor.html#versioning for information on the versioning scheme. -__version__ = "14.0.0" +__version__ = "14.0.1" # The version suffix will be appended to the actual version, separated by a # dash. Use this suffix to differentiate between the actual released version and