From 35a784300fe3470603a4f25e83cf45666fff9bf5 Mon Sep 17 00:00:00 2001 From: Jan Dittberner Date: Tue, 27 Jan 2015 19:13:41 +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 058c65d..919eb10 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,7 @@ Changelog ========= +* :release:`0.9.0 <2015-01-27>` * :feature:`-` setup nginx virtual host and PHP configuration for websites (requires gvaweb >= 0.1.0 on web server) * :support:`-` implement domain name validation diff --git a/docs/conf.py b/docs/conf.py index 6ff2870..8a8295e 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.8' +version = '0.9' # The full version, including alpha/beta/rc tags. -release = '0.8.0' +release = '0.9.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.