From 1d4826dc3dde30d3c84c5787412bc31efffd3dab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Mon, 7 Oct 2019 14:27:12 +0200 Subject: [PATCH] v3.7.1 - [Feature] Introduce tutor docker image - [Feature] Introduce `local hook` command for plugin development. - [Bugfix] Persist `private.txt` file between two runs of `config save`. (#247) - [Improvement] Added configuration values to limit the number of gunicorn workers for the LMS and CMS. --- CHANGELOG.md | 2 +- tutor/__about__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9864190..271e9bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ Note: Breaking changes between versions are indicated by "💥". -## Unreleased +## 3.7.1 (2019-10-06) - [Feature] Introduce tutor docker image - [Feature] Introduce `local hook` command for plugin development. diff --git a/tutor/__about__.py b/tutor/__about__.py index 46f67e7..975f691 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -1 +1 @@ -__version__ = "3.7.0" +__version__ = "3.7.1"