File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1+ v 3.2.1 - May 28, 2015
2+ - Fixed ee update branch issue
3+
14v 3.2.0 - May 28, 2015
25- Now using openSuse builder to build Nginx package for both Ubuntu and Debian
36- Minor fixes and improvements
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ class EEVariables():
1212 """Intialization of core variables"""
1313
1414 # EasyEngine version
15- ee_version = "3.2.0 "
15+ ee_version = "3.2.1 "
1616
1717 # EasyEngine packages versions
1818 ee_wp_cli = "0.19.1"
Original file line number Diff line number Diff line change 4848# Define variables for later use
4949ee_branch=$1
5050readonly ee_version_old=" 2.2.3"
51- readonly ee_version_new=" 3.2.0 "
51+ readonly ee_version_new=" 3.2.1 "
5252readonly ee_log_dir=/var/log/ee/
5353readonly ee_install_log=/var/log/ee/install.log
5454readonly ee_linux_distro=$( lsb_release -i | awk ' {print $3}' )
@@ -231,7 +231,7 @@ function ee_install()
231231 # Clone EE 3.0 Python ee_branch
232232 ee_lib_echo " Cloning EasyEngine, please wait..."
233233 if [ " $ee_branch " = " " ]; then
234- ee_branch=stable
234+ ee_branch=master
235235 fi
236236
237237 git clone -b $ee_branch https://github.com/rtCamp/easyengine.git /tmp/easyengine --quiet > /dev/null \
Original file line number Diff line number Diff line change 5454 os .system ("git config --global user.email {0}" .format (ee_email ))
5555
5656setup (name = 'ee' ,
57- version = '3.2.0 ' ,
57+ version = '3.2.1 ' ,
5858 description = long_description ,
5959 long_description = long_description ,
6060 classifiers = [],
You can’t perform that action at this time.
0 commit comments