From a1785354ec9799310ebb5b7b46dab874c160d39f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Tue, 29 Oct 2024 10:35:02 +0100 Subject: [PATCH] v18.0.2 --- CHANGELOG.md | 5 +++++ tutormfe/__about__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da25af00..43744d8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,11 @@ instructions, because git commits are used to generate release notes: + +## v18.0.2 (2024-10-29) + +- [Feature] Upgrade upstream apps to open-release/redwood.3. In particular, this will resolve serious issues with [course creation](https://github.com/openedx/frontend-app-authoring/issues/1199) and [language switching](https://github.com/openedx/frontend-app-account/issues/1052). (by @regisb) + ## v18.0.1 (2024-09-09) diff --git a/tutormfe/__about__.py b/tutormfe/__about__.py index 28cc1491..93eb58ca 100644 --- a/tutormfe/__about__.py +++ b/tutormfe/__about__.py @@ -1 +1 @@ -__version__ = "18.0.1" +__version__ = "18.0.2"