diff --git a/CHANGELOG.md b/CHANGELOG.md index e080ac7..6174161 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ Note: Breaking changes between versions are indicated by "💥". ## Unreleased +## v11.2.5 (2021-03-30) + - [Bugfix] Fix edge case where `PLUGINS` entry is null in config.yml. - [Bugfix] Fix missing py2neo dependency in `images build openedx` (#411). diff --git a/tutor/__about__.py b/tutor/__about__.py index 766b04b..5fc11d4 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -1 +1 @@ -__version__ = "11.2.4" +__version__ = "11.2.5"