From b0158908576e74d884547c2c9565ee3cd413b1e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Mon, 11 Jan 2021 14:20:42 +0100 Subject: [PATCH] v11.0.7 (2021-01-11) - [Security] Apply security patch [26029](https://github.com/edx/edx-platform/pull/26029) --- CHANGELOG.md | 2 ++ tutor/__about__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e37fc8a..272b566 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ Note: Breaking changes between versions are indicated by "💥". ## Unreleased +## v11.0.7 (2021-01-11) + - [Security] Apply security patch [26029](https://github.com/edx/edx-platform/pull/26029) ## v11.0.6 (2021-01-05) diff --git a/tutor/__about__.py b/tutor/__about__.py index 378690c..5e49b53 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -1 +1 @@ -__version__ = "11.0.6" +__version__ = "11.0.7"