From 1050f098f457ea114a1b783b790c323f77ca51d7 Mon Sep 17 00:00:00 2001 From: Jan Dittberner Date: Sun, 11 Jan 2015 15:32:46 +0100 Subject: [PATCH] define version number, update changelog --- 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 f9dd798..411c535 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,7 @@ Changelog ========= +* :release:`0.4.0 <2015-01-11>` * :feature:`-` add mysqltasks and pgsqltasks * :feature:`-` add :py:mod:`userdbs` app to allow management of user databases via :py:mod:`mysqltasks` and :py:mod:`pgsqltasks` diff --git a/docs/conf.py b/docs/conf.py index fc43377..998aeeb 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -60,9 +60,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.