diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f14656d..15d18518 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ BI indicates a backward incompatible change. Take caution when upgrading to a version with these. Your code will need to be updated to continue working. -## Next +## 3.1.0 * #205 - Bug fix on checking email against email not signup code * #225 - Fix case sensitivity mismatch on email addresses diff --git a/setup.cfg b/setup.cfg index adb34b41..5d704cc9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,7 +4,7 @@ DJANGO_SETTINGS_MODULE = account.tests.settings [metadata] name = django-user-accounts -version = 4.0.0 +version = 3.1.0 author = Pinax Team author_email = team@pinaxproject.com description = a Django user account app