From 7c0f3f2d7612d34d7a51b87832cdd1d21b40d8c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Wed, 27 Mar 2019 07:57:08 -0700 Subject: [PATCH] v3.3.2 (2019-03-27) - [Bugfix] Fix Android app image build --- CHANGELOG.md | 2 +- tutor/__about__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf0bfbf..185720d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Latest +## v3.3.2 (2019-03-27) - [Bugfix] Fix Android app image build diff --git a/tutor/__about__.py b/tutor/__about__.py index ff04168..3e2d550 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -1 +1 @@ -__version__ = "3.3.1" +__version__ = "3.3.2"