From 40d9058f3da745bf99a9b954fa8d7ddf584a8655 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Wed, 1 Apr 2020 20:23:16 +0200 Subject: [PATCH] v3.11.7 (2020-04-01) - [Bugfix] Fix missing js translations - [Bugfix] Fix tls certificate generation 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 4850cb1..2316ff5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ Note: Breaking changes between versions are indicated by "💥". -## Unreleased +## v3.11.7 (2020-04-01) - [Bugfix] Fix missing js translations - [Bugfix] Fix tls certificate generation in cron jobs diff --git a/tutor/__about__.py b/tutor/__about__.py index 92bbba8..b10420d 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -1 +1 @@ -__version__ = "3.11.6" +__version__ = "3.11.7"