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"