Skip to content

Commit eb2f419

Browse files
author
gau1991
committed
Fixed ee update branch issue
1 parent be607bf commit eb2f419

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CHANGELOG.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
v 3.2.1 - May 28, 2015
2+
- Fixed ee update branch issue
3+
14
v 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

ee/core/variables.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

install

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ fi
4848
# Define variables for later use
4949
ee_branch=$1
5050
readonly ee_version_old="2.2.3"
51-
readonly ee_version_new="3.2.0"
51+
readonly ee_version_new="3.2.1"
5252
readonly ee_log_dir=/var/log/ee/
5353
readonly ee_install_log=/var/log/ee/install.log
5454
readonly 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 \

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
os.system("git config --global user.email {0}".format(ee_email))
5555

5656
setup(name='ee',
57-
version='3.2.0',
57+
version='3.2.1',
5858
description=long_description,
5959
long_description=long_description,
6060
classifiers=[],

0 commit comments

Comments
 (0)