From 68ff61a4210ac779ae188722d822bb8488a98d53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Tue, 14 Apr 2020 19:24:27 +0200 Subject: [PATCH] v3.11.10 (2020-04-14) - [Bugfix] Fix updates to the course structure in the LMS (#302) --- CHANGELOG.md | 4 ++-- tutor/__about__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6109ee..0407e20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,9 @@ Note: Breaking changes between versions are indicated by "💥". -## Unreleased +## v3.11.10 (2020-04-14) -- [Bugfix] Fix updates to the course structure in the LMS (#315) +- [Bugfix] Fix updates to the course structure in the LMS (#302) ## v3.11.9 (2020-04-07) diff --git a/tutor/__about__.py b/tutor/__about__.py index eebce29..cecfee2 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -1 +1 @@ -__version__ = "3.11.9" +__version__ = "3.11.10"