Bump version to 3.9.8.9

This commit is contained in:
VirtuBox
2019-09-03 12:49:19 +02:00
parent 1fa0cf38f8
commit f7be08eaac
3 changed files with 4 additions and 2 deletions

View File

@@ -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

View File

@@ -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=[],

View File

@@ -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"