From ed37864721348a63e9a3e3b12edeebef33ad3c2c Mon Sep 17 00:00:00 2001 From: Jan Dittberner Date: Mon, 2 Mar 2020 10:12:45 +0100 Subject: [PATCH 1/2] Update changelog --- docs/changelog.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index bda43a6..cc75f0a 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,9 @@ Changelog ========= +* :release:`0.1.6 <2020-03-02>` +* :bug:`-` remove disfunctional code in create_web_php_fpm_pool_config + * :release:`0.1.5 <2020-02-29>` * :bug:`-` fix path to systemctl * :bug:`-` reduce template for nginx vhosts to the bare minimum to use From df925c17a8d3c6f959350566f65f3fff60ebd780 Mon Sep 17 00:00:00 2001 From: Jan Dittberner Date: Mon, 2 Mar 2020 10:13:19 +0100 Subject: [PATCH 2/2] Bump version --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index a01dc84..6c94f66 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -62,7 +62,7 @@ copyright = u'2015-2020, Jan Dittberner' # The short X.Y version. version = '0.1' # The full version, including alpha/beta/rc tags. -release = '0.1.5' +release = '0.1.6' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.