From e42c20a1330e8587775b0ae111807b4a972c3613 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Mon, 6 Apr 2020 10:40:28 +0200 Subject: [PATCH] v3.11.8 (2020-04-06) - [Feature] Add `encrypt` template filter to conveniently add htpasswd-based authentication to nginx - [Bugfix] Fix "missing tty" during init in cron jobs --- CHANGELOG.md | 2 +- tutor/__about__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 57f1b5db48..ab20895d00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ Note: Breaking changes between versions are indicated by "💥". -## Unreleased +## v3.11.8 (2020-04-06) - [Feature] Add `encrypt` template filter to conveniently add htpasswd-based authentication to nginx - [Bugfix] Fix "missing tty" during init in cron jobs diff --git a/tutor/__about__.py b/tutor/__about__.py index b10420dbc6..0b51e9fe21 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -1 +1 @@ -__version__ = "3.11.7" +__version__ = "3.11.8"