From c18ab3e7c6072c8d098d7a64c0eb3f2a60514bfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Wed, 29 Apr 2020 16:09:23 +0200 Subject: [PATCH] v3.12.2 (2020-04-29) - [Bugfix] Fix oauth2 authentication with 3rd-party services, such as discovery - [Bugfix] Upgrade scorm xblock to solve caching issue --- CHANGELOG.md | 2 +- tutor/__about__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa17922..c850af0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ Note: Breaking changes between versions are indicated by "💥". -## Unreleased +## v3.12.2 (2020-04-29) - [Bugfix] Fix oauth2 authentication with 3rd-party services, such as discovery - [Bugfix] Upgrade scorm xblock to solve caching issue diff --git a/tutor/__about__.py b/tutor/__about__.py index 555cdb2..e2257b3 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -1 +1 @@ -__version__ = "3.12.1" +__version__ = "3.12.2"