From 04660443435bc24722a5fad9300c2c6f5c990a9d Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Mon, 12 Aug 2019 19:59:22 +0200 Subject: [PATCH] Bumped release to v3.9.7.2 --- install | 4 ++-- setup.py | 2 +- wo/core/variables.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/install b/install index 9c9ec79..45ec639 100755 --- a/install +++ b/install @@ -7,10 +7,10 @@ # Copyright (c) 2019 - WordOps # This script is licensed under M.I.T # ------------------------------------------------------------------------- -# Version 3.9.7.1 - 2019-08-08 +# Version 3.9.7.2 - 2019-08-12 # ------------------------------------------------------------------------- readonly wo_version_old="2.2.3" -readonly wo_version_new="3.9.7.1" +readonly wo_version_new="3.9.7.2" # CONTENTS # --- # 1. VARIABLES AND DECLARATIONS diff --git a/setup.py b/setup.py index b4026f9..80bf23b 100644 --- a/setup.py +++ b/setup.py @@ -56,7 +56,7 @@ if not os.path.isfile('/root/.gitconfig'): shutil.copy2(os.path.expanduser("~")+'/.gitconfig', '/root/.gitconfig') setup(name='wo', - version='3.9.7.1', + version='3.9.7.2', description=long_description, long_description=long_description, classifiers=[], diff --git a/wo/core/variables.py b/wo/core/variables.py index f565cff..ddefb2a 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.7.1" + wo_version = "3.9.7.2" # WordOps packages versions wo_wp_cli = "2.2.0" wo_adminer = "4.7.2"