diff --git a/CHANGELOG.md b/CHANGELOG.md index 57f1b5d..ab20895 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ Note: Breaking changes between versions are indicated by "💥". -## Unreleased +## v3.11.8 (2020-04-06) - [Feature] Add `encrypt` template filter to conveniently add htpasswd-based authentication to nginx - [Bugfix] Fix "missing tty" during init in cron jobs diff --git a/tutor/__about__.py b/tutor/__about__.py index b10420d..0b51e9f 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -1 +1 @@ -__version__ = "3.11.7" +__version__ = "3.11.8"