diff --git a/CHANGELOG.md b/CHANGELOG.md index 4850cb1..2316ff5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ Note: Breaking changes between versions are indicated by "💥". -## Unreleased +## v3.11.7 (2020-04-01) - [Bugfix] Fix missing js translations - [Bugfix] Fix tls certificate generation in cron jobs diff --git a/tutor/__about__.py b/tutor/__about__.py index 92bbba8..b10420d 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -1 +1 @@ -__version__ = "3.11.6" +__version__ = "3.11.7"