From d2ec64fe704bf46b44f154b02816fc08d1565a9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Tue, 5 Jan 2021 14:06:07 +0100 Subject: [PATCH] v11.0.6 (2021-01-05) - [Security] Apply security patch [25974](https://github.com/edx/edx-platform/pull/25974) --- CHANGELOG.md | 2 +- tutor/__about__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e01ec5f..2546916 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ Note: Breaking changes between versions are indicated by "💥". -## Unreleased +## v11.0.6 (2021-01-05) - [Security] Apply security patch [25974](https://github.com/edx/edx-platform/pull/25974) diff --git a/tutor/__about__.py b/tutor/__about__.py index e91fe84..378690c 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -1 +1 @@ -__version__ = "11.0.5" +__version__ = "11.0.6"