From 7f7138f05047f713eab85ecb16276bbd1fd3393c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Tue, 12 Apr 2022 17:37:55 +0200 Subject: [PATCH] v13.1.11 (2022-04-12) - [Security] Apply SAML security fix. - [Improvement] In addition to the Docker build arguments `EDX_PLATFORM_REPOSITORY` and `NPM_REGISTRY`, also support two corresponding and identically-named `config.yml` values serving the same purpose. --- CHANGELOG.md | 2 ++ tutor/__about__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b049f2f..ff9eea9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ Note: Breaking changes between versions are indicated by "💥". ## Unreleased +## v13.1.11 (2022-04-12) + - [Security] Apply SAML security fix. - [Improvement] In addition to the Docker build arguments `EDX_PLATFORM_REPOSITORY` and `NPM_REGISTRY`, also support two corresponding and identically-named `config.yml` values serving the same purpose. diff --git a/tutor/__about__.py b/tutor/__about__.py index 6940d4f..5b878fc 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -2,7 +2,7 @@ import os # Increment this version number to trigger a new release. See # docs/tutor.html#versioning for information on the versioning scheme. -__version__ = "13.1.10" +__version__ = "13.1.11" # 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