From f2ab27199ee6c90c609d5443ea03ddafadf7f48c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Tue, 30 Mar 2021 09:25:39 +0200 Subject: [PATCH] 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). --- CHANGELOG.md | 2 ++ tutor/__about__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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"