Update version
This commit is contained in:
8
install
8
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
|
||||
|
||||
2
setup.py
2
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=[],
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user