mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-12 14:17:46 +00:00
Merge remote-tracking branch 'origin/master' into nightly
This commit is contained in:
commit
7205c64e0c
@ -18,7 +18,10 @@ Every user-facing change should have an entry in this changelog. Please respect
|
||||
|
||||
## Unreleased
|
||||
|
||||
- [Fix] Fix studio logout issue. (by @Alec4r) [PR #680](https://github.com/overhangio/tutor/pull/680)
|
||||
## v13.3.1 (2022-06-06)
|
||||
|
||||
- [Fix] Crashing celery workers in development (#681). (by @regisb)
|
||||
- [Fix] Fix studio logout issue. (by @Alec4r)
|
||||
|
||||
## v13.3.0 (2022-06-03)
|
||||
|
||||
|
@ -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__ = "13.3.0"
|
||||
__version__ = "13.3.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
|
||||
|
@ -49,9 +49,13 @@ services:
|
||||
|
||||
lms-worker:
|
||||
<<: *openedx-service
|
||||
# Note: we should get rid of this once celery is upgraded to 5.0.0+ after maple
|
||||
# (same below in cms-worker)
|
||||
tty: false
|
||||
|
||||
cms-worker:
|
||||
<<: *openedx-service
|
||||
tty: false
|
||||
|
||||
# Additional service for watching theme changes
|
||||
watchthemes:
|
||||
|
Loading…
Reference in New Issue
Block a user