From 1d5886baeea7d39e1680c9bf00cfbfa604439448 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Tue, 9 Feb 2021 09:28:39 +0100 Subject: [PATCH] v11.1.5 (2021-02-009) - [Security] Apply security patch [26432](https://github.com/edx/edx-platform/pull/26432). - [Bugfix] Print warnings to stderr --- CHANGELOG.md | 2 ++ tutor/__about__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73ab10c..747bb45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ Note: Breaking changes between versions are indicated by "💥". ## Unreleased +## v11.1.5 (2021-02-009) + - [Security] Apply security patch [26432](https://github.com/edx/edx-platform/pull/26432). - [Bugfix] Print warnings to stderr diff --git a/tutor/__about__.py b/tutor/__about__.py index bece77e..2debc03 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -1 +1 @@ -__version__ = "11.1.4" +__version__ = "11.1.5"