From b0e948822eaa29bf580567803e133942543d7c96 Mon Sep 17 00:00:00 2001 From: Jan Dittberner Date: Tue, 27 Jan 2015 15:30:18 +0100 Subject: [PATCH] add release version in changelog, update conf.py --- docs/changelog.rst | 5 +++++ docs/conf.py | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 6554c03..f8aaef4 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,4 +1,9 @@ Changelog ========= +* :release:`0.1.0 <2015-01-27>` +* :feature:`-` add tasks to setup and delete per user PHP5 FPM pool + configurations +* :feature:`-` add tasks to setup, enable, disable and delete nginx virtual + host configurations * :support:`-` initial project setup diff --git a/docs/conf.py b/docs/conf.py index ddd7ec4..e7955e7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -60,9 +60,9 @@ copyright = u'2015, Jan Dittberner' # built documents. # # The short X.Y version. -version = '0.0' +version = '0.1' # The full version, including alpha/beta/rc tags. -release = '0.0.0' +release = '0.1.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.