diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e59c40..e489ba6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ Note: Breaking changes between versions are indicated by "💥". -## Unreleased +## v10.0.7 (2020-06-22) - [Bugfix] Fix TypeError on viewing xblock - [Bugfix] Fix authentication in Android mobile application diff --git a/tutor/__about__.py b/tutor/__about__.py index af82d61..ba88e99 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -1 +1 @@ -__version__ = "10.0.6" +__version__ = "10.0.7"