v10.5.2 (2020-12-07)

- [Improvement] Increase the timeout of the gunicorn worker command in
openedx Dockerfile
This commit is contained in:
Régis Behmo 2020-12-07 13:23:35 +01:00
parent b42beb83d9
commit 0fc1358eee
2 changed files with 3 additions and 1 deletions

View File

@ -4,6 +4,8 @@ Note: Breaking changes between versions are indicated by "💥".
## Unreleased
## v10.5.2 (2020-12-07)
- [Improvement] Increase the timeout of the gunicorn worker command in openedx Dockerfile
## v10.5.1 (2020-11-30)

View File

@ -1 +1 @@
__version__ = "10.5.1"
__version__ = "10.5.2"