diff --git a/docs/changelog.rst b/docs/changelog.rst index 099a067..7f82ab1 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,11 @@ Changelog ========= +* :release:`0.2.1 <2014-12-17>` +* :support:`-` update Django to 1.7.1, update other dependencies, drop South +* :bug:`-` wrap :py:meth:`ousers.models.UserManager.create_user` in + transaction.atomic + * :release:`0.2.0 <2014-06-01>` * :feature:`-` full test suite for osusers * :feature:`-` full test suite for managemails app diff --git a/docs/conf.py b/docs/conf.py index 3a6ad3a..6b5720c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -55,9 +55,9 @@ copyright = u'2014, Jan Dittberner' # built documents. # # The short X.Y version. -version = '0.2.0' +version = '0.2.1' # The full version, including alpha/beta/rc tags. -release = '0.2.0' +release = '0.2.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.