From 59e368a449e30b6fc5bf08c93296823d0fee4518 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Sat, 20 Feb 2021 12:50:28 +0100 Subject: [PATCH] v11.2.3 (2021-02-20) - [Bugfix] Make LMS celery workers actually process LMS tasks, and not CMS tasks. --- CHANGELOG.md | 2 ++ tutor/__about__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3be94e389e..fd366f1942 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ Note: Breaking changes between versions are indicated by "💥". ## Unreleased +## v11.2.3 (2021-02-20) + - [Bugfix] Make LMS celery workers actually process LMS tasks, and not CMS tasks. ## v11.2.2 (2021-02-17) diff --git a/tutor/__about__.py b/tutor/__about__.py index dd2e499bfd..b46cd04648 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -1 +1 @@ -__version__ = "11.2.2" +__version__ = "11.2.3"