From 790aa2b2d22e7a98a20d69b8658bec2efe9faac8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Mon, 30 Nov 2020 15:42:19 +0100 Subject: [PATCH] v10.5.1 (2020-11-30) - [Bugfix] Fix Dockerfile parsing on Windows - [Improvement] Add option to patch lms and cms nginx server blocks --- CHANGELOG.md | 2 +- tutor/__about__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8e99fc757..b13c145436 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ Note: Breaking changes between versions are indicated by "💥". -## Unreleased +## v10.5.1 (2020-11-30) - [Bugfix] Fix Dockerfile parsing on Windows - [Improvement] Add option to patch lms and cms nginx server blocks diff --git a/tutor/__about__.py b/tutor/__about__.py index cbbf66aca5..afbb1fb364 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -1 +1 @@ -__version__ = "10.5.0" +__version__ = "10.5.1"