From 0f5feeb4eb430a65e9be9b1caa7927706f674466 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Sun, 31 Jan 2021 10:58:46 +0100 Subject: [PATCH] v11.1.3 (2021-01-31) - [Security] Apply security patch [26253](https://github.com/edx/edx-platform/pull/26253). --- CHANGELOG.md | 2 ++ tutor/__about__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c2c0c5..3119fcc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ Note: Breaking changes between versions are indicated by "💥". ## Unreleased +## v11.1.3 (2021-01-31) + - [Security] Apply security patch [26253](https://github.com/edx/edx-platform/pull/26253). ## v11.1.2 (2021-01-29) diff --git a/tutor/__about__.py b/tutor/__about__.py index 07e0cf9..d84ce34 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -1 +1 @@ -__version__ = "11.1.2" +__version__ = "11.1.3"