From f93f62a3a98c4293b6143490a49f97749c20f7a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Thu, 11 Jul 2019 14:26:27 +0800 Subject: [PATCH] v3.6.0 (2019-07-11) - [Feature] Modify ``createuser`` commands to define a password from the command line - [Improvement] Better yaml value parsing from command line - [Feature] Add `dev exec` command - [Bugfix] Fix incorrect notes settings definition - [Improvement] Make it possible to start/stop/reboot a selection of services - [Improvement] Add `local/k8s reboot` commands - [Improvement] Add `-U/--unset` option to `config save` - [Bugfix] Fix insecure static asset loading when web proxy is enabled - [Improvement] Rename `SECRET_KEY` configuration parameter to `OPENEDX_SECRET_KEY` - [Improvement] Add support for SSL and TLS in external SMTP server (#231) - [Bugfix] Fix missing video transcripts in LMS (#229) - [Improvement] Make it possible to enable/disable multiple plugins at once - [Improvement] Add a few local and k8s patches for plugins --- CHANGELOG.md | 2 +- tutor/__about__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4085785..2adc6df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ Note: Breaking changes between versions are indicated by "💥". -## Latest +## 3.6.0 (2019-07-11) - [Feature] Modify ``createuser`` commands to define a password from the command line - [Improvement] Better yaml value parsing from command line diff --git a/tutor/__about__.py b/tutor/__about__.py index ad45aa3..85197cb 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -1 +1 @@ -__version__ = "3.5.3" +__version__ = "3.6.0"