From ad721d5827fff26ed125897aca15a358ffc6b17e Mon Sep 17 00:00:00 2001 From: Jan Dittberner Date: Fri, 26 Dec 2014 15:20:08 +0100 Subject: [PATCH] update version number --- 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 6a20d48..01ebe81 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,9 @@ Changelog ========= +* :release:`0.1.3 <2014-12-26>` +* :support:`-` add celery routing for file server tasks + * :release:`0.1.2 <2014-12-17>` * :support:`-` update Django and other dependencies diff --git a/docs/conf.py b/docs/conf.py index 94d9feb..0e168f4 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.2' +version = '0.1.3' # The full version, including alpha/beta/rc tags. -release = '0.1.2' +release = '0.1.3' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.