From 001da4e24ec8b78337e7000bc85a6f46f97c98af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Fri, 19 Jun 2020 12:53:18 +0200 Subject: [PATCH] v10.0.3 (2020-06-19) - [Bugfix] Fix error on android user creation --- CHANGELOG.md | 2 +- tutor/__about__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"