From 65d1a7090cd1788b3802913892d1eeadb55206a2 Mon Sep 17 00:00:00 2001 From: Jan Dittberner Date: Mon, 26 Jan 2015 17:56:15 +0100 Subject: [PATCH] add release version in changelog, update conf.py --- docs/changelog.rst | 1 + docs/conf.py | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 35b4e66..b19d7cb 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,7 @@ Changelog ========= +* :release:`0.4.0 <2015-01-26>` * :feature:`-` implement new tasks create_file_website_hierarchy and delete_file_website_hierarchy * :support:`-` remove unneeded Django dependencies diff --git a/docs/conf.py b/docs/conf.py index a80d8cc..a557fc7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -59,9 +59,9 @@ copyright = u'2014, 2015 Jan Dittberner' # built documents. # # The short X.Y version. -version = '0.3' +version = '0.4' # The full version, including alpha/beta/rc tags. -release = '0.3.0' +release = '0.4.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.