From 7673303764344ef475f2c69e067f72d9d9c3458b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= <regis@behmo.com> Date: Fri, 18 Oct 2019 11:44:10 +0200 Subject: [PATCH] v3.7.4 (2019-10-18) - [Improvement] Allow SigV4 authentication for video upload to S3 - [Bugfix] Fix cms development settings --- CHANGELOG.md | 2 +- tutor/__about__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7761db4..ff1a892 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ Note: Breaking changes between versions are indicated by "💥". -## Unreleased +## ## 3.7.4 (2019-10-18) - [Improvement] Add missing cms/lms production/development setting patches - [Improvement] Allow SigV4 authentication for video upload to S3 diff --git a/tutor/__about__.py b/tutor/__about__.py index 221485a..035c71b 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -1 +1 @@ -__version__ = "3.7.3" +__version__ = "3.7.4" -- GitLab