From 521b7e8098c7b32386e492726a058285bf6969c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Wed, 1 Jul 2020 10:10:38 +0200 Subject: [PATCH] v10.0.9 (2020-07-07) - [Bugfix] Share grade download settings between the LMS and the CMS --- CHANGELOG.md | 2 +- tutor/__about__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f02efbb..6b22777 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ Note: Breaking changes between versions are indicated by "💥". -## Unreleased +## v10.0.9 (2020-07-07) - [Bugfix] Share grade download settings between the LMS and the CMS diff --git a/tutor/__about__.py b/tutor/__about__.py index 10af9ce..41b6aae 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -1 +1 @@ -__version__ = "10.0.8" +__version__ = "10.0.9"