diff --git a/CHANGELOG.md b/CHANGELOG.md index ceee657..1d2ff07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ Note: Breaking changes between versions are indicated by "💥". -## Unreleased +## v10.0.3 (2020-06-19) - [Bugfix] Fix error on android user creation diff --git a/tutor/__about__.py b/tutor/__about__.py index b7a5e07..069a364 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -1 +1 @@ -__version__ = "10.0.2" +__version__ = "10.0.3"