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.