From dfe1239ff8d9ccaed16568052bfd74dceda600cd Mon Sep 17 00:00:00 2001 From: Jan Dittberner Date: Wed, 17 Dec 2014 22:06:16 +0100 Subject: [PATCH] bump version, update changelog --- docs/changelog.rst | 3 +++ docs/conf.py | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 8c0658d..6a20d48 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,9 @@ Changelog ========= +* :release:`0.1.2 <2014-12-17>` +* :support:`-` update Django and other dependencies + * :release:`0.1.1 <2014-05-31>` * :support:`-` improve production settings - no custom cache and database diff --git a/docs/conf.py b/docs/conf.py index fda7743..94d9feb 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -57,9 +57,9 @@ copyright = u'2014, Jan Dittberner' # built documents. # # The short X.Y version. -version = '0.1' +version = '0.1.2' # The full version, including alpha/beta/rc tags. -release = '0.1' +release = '0.1.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.