Merge pull request #145 from WordOps/updating-configuration

Bump release to v3.9.8.11
This commit is contained in:
VirtuBox
2019-09-06 17:10:24 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

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.10',
version='3.9.8.11',
description=long_description,
long_description=long_description,
classifiers=[],

View File

@@ -11,7 +11,7 @@ class WOVariables():
"""Intialization of core variables"""
# WordOps version
wo_version = "3.9.8.10"
wo_version = "3.9.8.11"
# WordOps packages versions
wo_wp_cli = "2.2.0"
wo_adminer = "4.7.2"