From ed14fb174643d9b76552f04f876f89c58954f3a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Fri, 16 Oct 2020 12:45:40 +0200 Subject: [PATCH] v10.3.1 (2020-10-16) - [Improvement] Make all commands considerably faster - [Improvement] Make it easier to override Mongodb connection parameters - [Bugfix] Add support for .woff and .woff2 font files in themes (thanks @mrtndwrd!) --- CHANGELOG.md | 3 +++ tutor/__about__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8049e01..0c4cb64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ Note: Breaking changes between versions are indicated by "💥". ## Unreleased +## v10.3.1 (2020-10-16) + +- [Improvement] Make all commands considerably faster - [Improvement] Make it easier to override Mongodb connection parameters - [Bugfix] Add support for .woff and .woff2 font files in themes (thanks @mrtndwrd!) diff --git a/tutor/__about__.py b/tutor/__about__.py index 7b8cce4..fe8d607 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -1 +1 @@ -__version__ = "10.3.0" +__version__ = "10.3.1"