From 9f94a12c7d3397e20d7af968a1657d4ecc701637 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Tue, 6 Oct 2020 12:01:25 +0200 Subject: [PATCH] v10.2.4 (2020-10-06) - [Bugfix] Fix Apache proxy configuration when HTTPS is enabled (#370) --- CHANGELOG.md | 2 +- tutor/__about__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03f7b90..aa8048b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ Note: Breaking changes between versions are indicated by "💥". -## Unreleased +## v10.2.4 (2020-10-06) - [Bugfix] Fix Apache proxy configuration when HTTPS is enabled (#370) diff --git a/tutor/__about__.py b/tutor/__about__.py index 3584485..cfbbddd 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -1 +1 @@ -__version__ = "10.2.3" +__version__ = "10.2.4"