diff --git a/CHANGELOG.md b/CHANGELOG.md index 3530b03..98148a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Latest +## 3.3.9 (2019-05-13) - [Improvement] Add `local exec` command for running commands inside existing containers - [Bugfix] Fix triple display of courses in LMS search (upstream patch, #189) diff --git a/tutor/__about__.py b/tutor/__about__.py index 158a549..8077105 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -1 +1 @@ -__version__ = "3.3.8" +__version__ = "3.3.9"