From 90090d98de40a9822a2a17058ee7a06ba11fc977 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Tue, 29 Oct 2024 10:56:29 +0100 Subject: [PATCH] v18.2.2 --- CHANGELOG.md | 5 +++++ tutorindigo/__about__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4076c9424..d9073c57a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,11 @@ instructions, because git commits are used to generate release notes: + +## v18.2.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.2.1 (2024-10-11) diff --git a/tutorindigo/__about__.py b/tutorindigo/__about__.py index c1d3f8292..6d5890d6d 100644 --- a/tutorindigo/__about__.py +++ b/tutorindigo/__about__.py @@ -1 +1 @@ -__version__ = "18.2.1" +__version__ = "18.2.2"