Update version

This commit is contained in:
VirtuBox
2019-07-16 02:07:52 +02:00
parent 0d02a1ceef
commit ed4df166ce
3 changed files with 6 additions and 6 deletions

View File

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

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.5.4',
version='3.9.6',
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.5.4"
wo_version = "3.9.6"
# WordOps packages versions
wo_wp_cli = "2.2.0"
wo_adminer = "4.7.1"