From d8533ba64cd5b53f381b0e8c485e2a500c13d8a2 Mon Sep 17 00:00:00 2001 From: Jan Dittberner Date: Fri, 26 Dec 2014 15:24:09 +0100 Subject: [PATCH] define version number, document changes --- 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 15f7f1f..3f1b589 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,9 @@ Changelog ========= +* :release:`0.1.0 <2014-12-26>` +* :support:`-` configure celery task serialization, add routing for ldap tasks + * :release:`0.0.2 <2014-12-26>` * :feature:`-` implement tasks for creating and deleting SFTP and mail base directories diff --git a/docs/conf.py b/docs/conf.py index 7738860..4b944cd 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -62,9 +62,9 @@ copyright = u'2014, Jan Dittberner' # built documents. # # The short X.Y version. -version = '0.0.2' +version = '0.1.0' # The full version, including alpha/beta/rc tags. -release = '0.0.2' +release = '0.1.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.