From a3f39b35266836f261fb96907887528629c0b68c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Sat, 19 Oct 2019 19:13:57 +0200 Subject: [PATCH] v3.7.4 (2019-10-19) - [Bugfix] Fix missing requirements file in pypi package (#261) - [Improvement] Add missing cms/lms production/development setting patches - [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 e487bcf..456bda7 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-19) - [Bugfix] Fix missing requirements file in pypi package (#261) - [Improvement] Add missing cms/lms production/development setting patches 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"