From d5659cc03b8fb9600c57de548cb2d6f2eb170202 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Thu, 16 Jul 2020 15:33:28 +0200 Subject: [PATCH] v10.0.11 (2020-07-16) - [Feature] Upgrade all repositories to open-release/juniper.2 - [Bugfix] Fix `reload-gunicorn` command - [Feature] Enable sysadmin dashboard in LMS at /sysadmin --- CHANGELOG.md | 2 +- tutor/__about__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bbfc9d2..b883d87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ Note: Breaking changes between versions are indicated by "💥". -## Unreleased +## v10.0.11 (2020-07-16) - [Feature] Upgrade all repositories to open-release/juniper.2 - [Bugfix] Fix `reload-gunicorn` command diff --git a/tutor/__about__.py b/tutor/__about__.py index bc8f6e0..bdaf179 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -1 +1 @@ -__version__ = "10.0.10" +__version__ = "10.0.11"