From 0fc1358eee1e7d1c7def5757e3e235c38259b6af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Mon, 7 Dec 2020 13:23:35 +0100 Subject: [PATCH] v10.5.2 (2020-12-07) - [Improvement] Increase the timeout of the gunicorn worker command in openedx Dockerfile --- CHANGELOG.md | 2 ++ tutor/__about__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 095cd53..fa11a7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/tutor/__about__.py b/tutor/__about__.py index afbb1fb..ec5dea0 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -1 +1 @@ -__version__ = "10.5.1" +__version__ = "10.5.2"