Browse Source

updated versions

hotfix/v3.3.3
harshadyeola 10 years ago
parent
commit
1d88ab7c72
  1. 6
      ee/core/variables.py
  2. 2
      install
  3. 2
      setup.py

6
ee/core/variables.py

@ -12,13 +12,13 @@ class EEVariables():
"""Intialization of core variables"""
# EasyEngine version
ee_version = "3.3.1"
ee_version = "3.3.2"
# EasyEngine packages versions
ee_wp_cli = "0.19.2"
ee_adminer = "4.2.1"
ee_roundcube = "1.1.1"
ee_vimbadmin = "3.0.11"
ee_roundcube = "1.1.2"
ee_vimbadmin = "3.0.12"
# Get WPCLI path
ee_wpcli_path = os.popen('which wp | tr "\n" " "').read()

2
install

@ -48,7 +48,7 @@ fi
# Define variables for later use
ee_branch=$1
readonly ee_version_old="2.2.3"
readonly ee_version_new="3.3.1"
readonly ee_version_new="3.3.2"
readonly ee_log_dir=/var/log/ee/
readonly ee_install_log=/var/log/ee/install.log
readonly ee_linux_distro=$(lsb_release -i | awk '{print $3}')

2
setup.py

@ -54,7 +54,7 @@ except Exception as e:
os.system("git config --global user.email {0}".format(ee_email))
setup(name='ee',
version='3.3.1',
version='3.3.2',
description=long_description,
long_description=long_description,
classifiers=[],

Loading…
Cancel
Save