From 2fc28bef79e6e7f1e7a18c46d5a3f212f62e7ff9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Mon, 22 Jun 2020 16:31:31 +0200 Subject: [PATCH] v10.0.7 (2020-06-22) - [Bugfix] Fix TypeError on viewing xblock - [Bugfix] Fix authentication in Android mobile application --- CHANGELOG.md | 2 +- tutor/__about__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e59c40..e489ba6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ Note: Breaking changes between versions are indicated by "💥". -## Unreleased +## v10.0.7 (2020-06-22) - [Bugfix] Fix TypeError on viewing xblock - [Bugfix] Fix authentication in Android mobile application diff --git a/tutor/__about__.py b/tutor/__about__.py index af82d61..ba88e99 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -1 +1 @@ -__version__ = "10.0.6" +__version__ = "10.0.7"