From 35d84d7f18dab76e06fcd7caf0b4b44be6dfd0f6 Mon Sep 17 00:00:00 2001 From: Jan Dittberner Date: Sun, 18 Jan 2015 00:50:43 +0100 Subject: [PATCH] finish release 0.5.2 docs --- docs/changelog.rst | 4 +++- docs/conf.py | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 1e6a9aa..1cfa8bd 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,7 +1,9 @@ Changelog ========= -* :bug:`-` define proper production settings +* :release:`0.5.2 <2015-01-18>` +* :bug:`-` define proper allauth production settings with https and mandatory + email verification * :release:`0.5.1 <2015-01-18>` * :bug:`-` load jquery and html5 with same URL schema as the rest of the site diff --git a/docs/conf.py b/docs/conf.py index cfc1628..d90a30a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -62,7 +62,7 @@ copyright = u'2014, 2015 Jan Dittberner' # The short X.Y version. version = '0.5' # The full version, including alpha/beta/rc tags. -release = '0.5.1' +release = '0.5.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.