diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a57ca23c5..e2fe417d17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ Note: Breaking changes between versions are indicated by "💥". -## Unreleased +## v3.11.5 (2020-02-27) - [Improvement] Switch edx-platform from open-release/ironwood.2 tag to the open-release/ironwood.master branch - [Security] Upgrade django to 1.11.28 diff --git a/tutor/__about__.py b/tutor/__about__.py index c4b4b2a364..425110fb60 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -1 +1 @@ -__version__ = "3.11.4" +__version__ = "3.11.5"