diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d25c02..375fe43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ Note: Breaking changes between versions are indicated by "💥". -## Unreleased +## v3.11.12 (2020-04-16) - [Feature] Make it easy to add custom translation strings to the openedx Docker image - [Improvement] Make it possible to rely on a different npm registry for faster image building diff --git a/tutor/__about__.py b/tutor/__about__.py index ca13aec..2a4efbf 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -1 +1 @@ -__version__ = "3.11.11" +__version__ = "3.11.12"