7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-06-26 08:52:34 +00:00

v11.2.3 (2021-02-20)

- [Bugfix] Make LMS celery workers actually process LMS tasks, and not
  CMS tasks.
This commit is contained in:
Régis Behmo 2021-02-20 12:50:28 +01:00
parent 89dae24b83
commit 59e368a449
2 changed files with 3 additions and 1 deletions

View File

@ -4,6 +4,8 @@ Note: Breaking changes between versions are indicated by "💥".
## Unreleased ## Unreleased
## v11.2.3 (2021-02-20)
- [Bugfix] Make LMS celery workers actually process LMS tasks, and not CMS tasks. - [Bugfix] Make LMS celery workers actually process LMS tasks, and not CMS tasks.
## v11.2.2 (2021-02-17) ## v11.2.2 (2021-02-17)

View File

@ -1 +1 @@
__version__ = "11.2.2" __version__ = "11.2.3"