* Updated for compatibility with Python 3.5 and Django 1.10
14.5.0
Not secure
* Allow changing the subject of email verification and password reset emails with Django settings (`DUM_PASSWORD_RESET_SUBJECT` and `DUM_VALIDATE_EMAIL_SUBJECT`).
14.4.0
Not secure
* Make `VerifyUserEmailView` redirect to the login page if `LOGIN_URL` is set (and `/` otherwise).
14.3.0
Not secure
* Add `headers` to `utils.email_handler` enabling custom email headers to be sent.
14.2.1
Not secure
* Fix the URL for `VerifyUserEmailView`.
14.2.0
Not secure
* Refactor the UI `VerifyUserEmailView` to function in the same way as the existing API `VerifyAccountView`.