Skip to content

Commit

Permalink
Bumped version to 16.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
maxpeterson committed Nov 30, 2016
1 parent 4b9c2ac commit b409723
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
@@ -1,7 +1,7 @@
from setuptools import find_packages, setup


version = '15.0.0'
version = '16.0.0'


install_requires = (
Expand Down

0 comments on commit b409723

Please sign in to comment.