From ecf26fccda8acc85900c3fc3d88eac0a4b7bb578 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Thu, 12 Aug 2021 16:47:57 +0200 Subject: [PATCH] v12.0.4 (2021-08-12) - [Security] Apply security patch [28442](https://github.com/edx/edx-platform/pull/28442). --- CHANGELOG.md | 2 ++ tutor/__about__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f75583..5a32b37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ Note: Breaking changes between versions are indicated by "💥". ## Unreleased +## v12.0.4 (2021-08-12) + - [Security] Apply security patch [28442](https://github.com/edx/edx-platform/pull/28442). ## v12.0.3 (2021-08-10) diff --git a/tutor/__about__.py b/tutor/__about__.py index 4e2dc08..bc5813e 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -1 +1 @@ -__version__ = "12.0.3" +__version__ = "12.0.4"