From dac7da4baeaf2aa10d8f6eec17c14101d053f6f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Tue, 13 Oct 2020 14:57:05 +0200 Subject: [PATCH] v10.3.0 (2020-10-13) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 💥[Improvement] Simplify CORS configuration --- CHANGELOG.md | 2 +- tutor/__about__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89dbf77..ea3148a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ Note: Breaking changes between versions are indicated by "💥". -## Unreleased +## v10.3.0 (2020-10-13) - 💥[Improvement] Simplify CORS configuration diff --git a/tutor/__about__.py b/tutor/__about__.py index cfbbddd..7b8cce4 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -1 +1 @@ -__version__ = "10.2.4" +__version__ = "10.3.0"