From d9aab8b31495622e9131094735f32d9f6658f4a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Wed, 17 Jun 2020 21:51:52 +0200 Subject: [PATCH] v10.0.1 (2020-06-17) - [Bugfix] Fix crash when viewing problem in LMS - [Bugfix] Fix missing webpack-stats.json in openedx Docker image --- CHANGELOG.md | 2 +- tutor/__about__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e9a5c373a..288420eedf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ Note: Breaking changes between versions are indicated by "💥". -## Unreleased +## v10.0.1 (2020-06-17) - [Bugfix] Fix crash when viewing problem in LMS - [Bugfix] Fix missing webpack-stats.json in openedx Docker image diff --git a/tutor/__about__.py b/tutor/__about__.py index ab64964188..b7a5e07903 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -1 +1 @@ -__version__ = "10.0.1" +__version__ = "10.0.2"