From 05bc040856d5b3cfd9fa7e6503b081685a464d91 Mon Sep 17 00:00:00 2001 From: Jan Dittberner Date: Wed, 17 Dec 2014 22:31:43 +0100 Subject: [PATCH] update docs --- docs/changelog.rst | 5 +++++ docs/conf.py | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) 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.