From be6bc76b2ce812204565eda91aff5048db830fe9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Mon, 27 Apr 2020 00:27:17 +0200 Subject: [PATCH] v3.12.1 (2020-04-27) - [Improvement] Increase max upload allowed size to 250Mb in CMS --- CHANGELOG.md | 2 +- tutor/__about__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01ebec1..e2a4461 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ Note: Breaking changes between versions are indicated by "💥". -## Unreleased +## v3.12.1 (2020-04-27) - [Improvement] Increase max upload allowed size to 250Mb in CMS diff --git a/tutor/__about__.py b/tutor/__about__.py index d1a7f1e..555cdb2 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -1 +1 @@ -__version__ = "3.12.0" +__version__ = "3.12.1"