From c72fee217e93b42ef5125f271c2196955218de53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Mon, 25 Mar 2019 07:43:15 -0700 Subject: [PATCH] v3.3.1 - [Improvement] Improve assets building for development - [Improvement] Support CMS login when the CMS is not a subdomain of the LMS --- CHANGELOG.md | 2 +- tutor/__about__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d437f9f..1b99b28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Latest +## 3.3.1 (2019-03-25) - [Improvement] Improve assets building for development - [Improvement] Support CMS login when the CMS is not a subdomain of the LMS diff --git a/tutor/__about__.py b/tutor/__about__.py index 88c513e..ff04168 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -1 +1 @@ -__version__ = "3.3.0" +__version__ = "3.3.1"