From f1f20af49d276a7a11e124c7b5cf9fb87f1f3b14 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Sat, 31 Aug 2019 14:48:04 +0200 Subject: [PATCH] Bump release to v3.9.8.7 --- CHANGELOG.md | 3 +++ setup.py | 2 +- wo/core/variables.py | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2134222..99250b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### v3.9.x - [Unreleased] +### v3.9.8.7 - 2019-08-31 + #### Changed - WordPress default permalinks structure from `/%year%/%monthnum%/%day%/%postname%/` -> `/%postname%/` @@ -16,6 +18,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Error with `wo stack upgrade --nginx` - Install/update script version check +- clamAV stack install ### v3.9.8.6 - 2019-08-30 diff --git a/setup.py b/setup.py index 5f3cbd1..30aeadf 100644 --- a/setup.py +++ b/setup.py @@ -57,7 +57,7 @@ if not os.path.isfile('/root/.gitconfig'): shutil.copy2(os.path.expanduser("~")+'/.gitconfig', '/root/.gitconfig') setup(name='wo', - version='3.9.8.6', + version='3.9.8.7', description=long_description, long_description=long_description, classifiers=[], diff --git a/wo/core/variables.py b/wo/core/variables.py index deb0652..11547bb 100644 --- a/wo/core/variables.py +++ b/wo/core/variables.py @@ -10,7 +10,7 @@ class WOVariables(): """Intialization of core variables""" # WordOps version - wo_version = "3.9.8.6" + wo_version = "3.9.8.7" # WordOps packages versions wo_wp_cli = "2.2.0" wo_adminer = "4.7.2"