From f4d866db8171aa668fa56edb062e87ee729df6be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Tue, 4 Jan 2022 17:33:37 +0100 Subject: [PATCH] v13.0.3 (2022-01-04) - [Security] Upgrade Django to 3.2.11 in edx-platform. - [Security] Prevent non-staff users from searching usernames by email by abusing the logout url. --- CHANGELOG.md | 2 ++ tutor/__about__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e90aae1adf..c5ac99bd54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ Note: Breaking changes between versions are indicated by "💥". ## Unreleased +## v13.0.3 (2022-01-04) + - [Security] Upgrade Django to 3.2.11 in edx-platform. - [Security] Prevent non-staff users from searching usernames by email by abusing the logout url. diff --git a/tutor/__about__.py b/tutor/__about__.py index 1d38068a09..6f0bda80f8 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -2,7 +2,7 @@ # Increment this version number to trigger a new release. See # docs/tutor.html#versioning for information on the versioning scheme. -__version__ = "13.0.2" +__version__ = "13.0.3" # The version suffix will be appended to the actual version, separated by a # dash. Use this suffix to differentiate between the actual released version and