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"