diff --git a/CHANGELOG.md b/CHANGELOG.md index 48c7149..aa9f1d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ Note: Breaking changes between versions are indicated by "💥". -## Unreleased +## v10.0.6 (2020-06-22) - [Bugfix] Fix unsent activation emails and other asynchronous tasks diff --git a/tutor/__about__.py b/tutor/__about__.py index 8b789dd..af82d61 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -1 +1 @@ -__version__ = "10.0.5" +__version__ = "10.0.6"