diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e9a5c3..288420e 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 ab64964..b7a5e07 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -1 +1 @@ -__version__ = "10.0.1" +__version__ = "10.0.2"