From 66ab851848d726629d562e45c5bbe3ac1bb90e5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Wed, 1 Jul 2020 18:27:16 +0200 Subject: [PATCH] v10.0.10 (2020-07-01) - [Bugfix] Fix pycontracts installation error when building openedx Docker image - [Bugfix] Fix access to dicussion forum in development mode --- CHANGELOG.md | 4 ++-- tutor/__about__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4380bba..c3d5e53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,12 @@ Note: Breaking changes between versions are indicated by "💥". -## Unreleased +## v10.0.10 (2020-07-01) - [Bugfix] Fix pycontracts installation error when building openedx Docker image - [Bugfix] Fix access to dicussion forum in development mode -## v10.0.9 (2020-07-07) +## v10.0.9 (2020-07-01) - [Bugfix] Share grade download settings between the LMS and the CMS diff --git a/tutor/__about__.py b/tutor/__about__.py index 41b6aae..bc8f6e0 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -1 +1 @@ -__version__ = "10.0.9" +__version__ = "10.0.10"