From f7be08eaac903027fb9339658daf7bfed18d9939 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Tue, 3 Sep 2019 12:49:19 +0200 Subject: [PATCH] Bump version to 3.9.8.9 --- CHANGELOG.md | 2 ++ setup.py | 2 +- wo/core/variables.py | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 855376d..ca02c0c 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.9 - 2019-09-03 + #### Added - Rate limiter on wp-cron.php and xmlrpc.php diff --git a/setup.py b/setup.py index 2989001..4b7b445 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.8', + version='3.9.8.9', description=long_description, long_description=long_description, classifiers=[], diff --git a/wo/core/variables.py b/wo/core/variables.py index a06fb2e..ba33486 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.8" + wo_version = "3.9.8.9" # WordOps packages versions wo_wp_cli = "2.2.0" wo_adminer = "4.7.2"