From 016210e89935121e88c1a331b2c5eae072a52cb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Fri, 29 Mar 2019 06:36:19 -0700 Subject: [PATCH] v3.3.3 (2019-03-29) - [Bugfix] Fix `pip install tutor-openedx` --- CHANGELOG.md | 7 ++----- tutor/__about__.py | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c12bf86..ec5ef33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,12 @@ # Changelog -## Latest +## v3.3.3 (2019-03-29) - [Bugfix] Fix `pip install tutor-openedx` -## v3.3.3 (2019-03-27) - -- [Bugfix] Fix login from localhost - ## v3.3.2 (2019-03-27) +- [Bugfix] Fix login from localhost - [Bugfix] Fix Android app image build ## 3.3.1 (2019-03-25) diff --git a/tutor/__about__.py b/tutor/__about__.py index 3e2d550..80014d0 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -1 +1 @@ -__version__ = "3.3.2" +__version__ = "3.3.3"