From f9d1b52c3c7ff98c169837f05b2e49fc6fa2e118 Mon Sep 17 00:00:00 2001 From: Jan Dittberner Date: Mon, 29 Dec 2014 15:18:34 +0100 Subject: [PATCH] set release version --- 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 5dcbd38..3935cb1 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,7 @@ Changelog ========= +* :release:`0.2.0 <2014-12-29>` * :feature:`-` add task :py:func:`osusers.tasks.delete_ldap_group` * :support:`-` use celery routers from gvacommon diff --git a/docs/conf.py b/docs/conf.py index c6901bc..a02f850 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -60,9 +60,9 @@ copyright = u'2014, Jan Dittberner' # built documents. # # The short X.Y version. -version = '0.1.3' +version = '0.2' # The full version, including alpha/beta/rc tags. -release = '0.1.3' +release = '0.2.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.