diff --git a/CHANGELOG.md b/CHANGELOG.md index c3aa5a9..3d34892 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ Note: Breaking changes between versions are indicated by "💥". -## Latest +## 3.5.2 (2019-07-05) - [Security] Apply certificate XSS security patch diff --git a/tutor/__about__.py b/tutor/__about__.py index 0c11bab..dae42b1 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -1 +1 @@ -__version__ = "3.5.1" +__version__ = "3.5.2"