diff --git a/install b/install index 3448d0b..c2adacd 100755 --- a/install +++ b/install @@ -7,10 +7,10 @@ # Copyright (c) 2019 - WordOps # This script is licensed under M.I.T # ------------------------------------------------------------------------- -# Version 3.9.5.4 - 2019-07-09 +# Version 3.9.6 - 2019-07-16 # ------------------------------------------------------------------------- readonly wo_version_old="2.2.3" -readonly wo_version_new="3.9.5.4" +readonly wo_version_new="3.9.6" # CONTENTS # --- # 1. VARIABLES AND DECLARATIONS @@ -406,8 +406,8 @@ wo_install() { git clone https://github.com/WordOps/WordOps.git /tmp/WordOps -b "$wo_branch" cd /tmp/WordOps || exit 1 - - } >> "$wo_install_log" 2>&1 + } \ + >> "$wo_install_log" 2>&1 if [ -f $HOME/.gitconfig ]; then python3 setup.py install >> $wo_install_log 2>&1 diff --git a/setup.py b/setup.py index 1f098e4..2198da8 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.5.4', + version='3.9.6', description=long_description, long_description=long_description, classifiers=[], diff --git a/wo/core/variables.py b/wo/core/variables.py index e52136d..3b96a17 100644 --- a/wo/core/variables.py +++ b/wo/core/variables.py @@ -11,7 +11,7 @@ class WOVariables(): """Intialization of core variables""" # WordOps version - wo_version = "3.9.5.4" + wo_version = "3.9.6" # WordOps packages versions wo_wp_cli = "2.2.0" wo_adminer = "4.7.1"