Skip to content

Commit

Permalink
v3.11.8 (2020-04-06)
Browse files Browse the repository at this point in the history
- [Feature] Add `encrypt` template filter to conveniently add
htpasswd-based authentication to nginx
- [Bugfix] Fix "missing tty" during init in cron jobs
  • Loading branch information
regisb committed Apr 6, 2020
1 parent 1d8c8e9 commit e42c20a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tutor/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.11.7"
__version__ = "3.11.8"

0 comments on commit e42c20a

Please sign in to comment.