diff --git a/CHANGELOG.md b/CHANGELOG.md index e966da6..a3651f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ Note: Breaking changes between versions are indicated by "💥". -## Unreleased +## v11.2.7 (2021-04-23) - [Security] Apply security patch [27394](https://github.com/edx/edx-platform/pull/27394). - [Feature] Add patches to extend python requirements installation process in openedx and openedx-dev Dockerfiles. diff --git a/tutor/__about__.py b/tutor/__about__.py index 4ef8c49..5c52c66 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -1 +1 @@ -__version__ = "11.2.6" +__version__ = "11.2.7"