From 88814c545799d7030bf32723cad578069dfb105e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Thu, 10 Dec 2020 13:21:58 +0100 Subject: [PATCH] v11.0.1 (2020-12-10) - [Security] Apply security patch [25834](https://github.com/edx/edx-platform/pull/25834) - [Bugfix] Fix Android apk directory mount path --- CHANGELOG.md | 2 ++ tutor/__about__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62ea30f360..552d10de04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ Note: Breaking changes between versions are indicated by "💥". ## Unreleased +## v11.0.1 (2020-12-10) + - [Security] Apply security patch [25834](https://github.com/edx/edx-platform/pull/25834) - [Bugfix] Fix Android apk directory mount path diff --git a/tutor/__about__.py b/tutor/__about__.py index 5b461163ea..b5d098016d 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -1 +1 @@ -__version__ = "11.0.0" +__version__ = "11.0.1"