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"