diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ea9873..6542407 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## UPCOMING +## 16.0.0 * Update `VerifyUserEmailView` to redirect to login without providing a next. * Redirect to the login when attempting to verify an email address that is already verified. diff --git a/setup.py b/setup.py index 973094b..9e1f53e 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import find_packages, setup -version = '15.0.0' +version = '16.0.0' install_requires = (