diff --git a/CHANGELOG b/CHANGELOG index 619f9e45..eb3b12fa 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,7 +2,10 @@ django-registration-redux changelog =================================== -Version 1.11, TBD +Version 1.12, TBD +---------------- + +Version 1.11, 27 October, 2018 ---------------- * Bugfix: Don't delete if user.is_active=True in cleanupregistration. - `#342 _` diff --git a/docs/conf.py b/docs/conf.py index b315212b..8bb26d63 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -46,9 +46,9 @@ # built documents. # # The short X.Y version. -version = '1.10' +version = '1.11' # The full version, including alpha/beta/rc tags. -release = '1.10' +release = '1.11' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/upgrade.rst b/docs/upgrade.rst index cd9ce664..0d82c014 100644 --- a/docs/upgrade.rst +++ b/docs/upgrade.rst @@ -23,6 +23,10 @@ Version 1.10 -None +Version 1.10 + +-None + Version 1.9 ``````````` - Change of return signature of diff --git a/registration/__init__.py b/registration/__init__.py index 61587d41..4467a489 100644 --- a/registration/__init__.py +++ b/registration/__init__.py @@ -1,4 +1,4 @@ -VERSION = (1, 10, 0, 'final', 0) +VERSION = (1, 11, 0, 'final', 0) def get_version():