diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 0a6d1c86..7e8fa010 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,6 @@ +v 3.3.8 - Sep 9, 2015 +- # Fix White screen for NGINX PLUS users + v 3.3.7 - Sep 9, 2015 - EasyEngine + NGINX PLUS (http://docs.rtcamp.com/easyengine/nginx-plus/) diff --git a/docs/ee.8 b/docs/ee.8 index d28c45d8..7b5d0658 100644 --- a/docs/ee.8 +++ b/docs/ee.8 @@ -1,4 +1,4 @@ -.TH ee 8 "EasyEngine (ee) version: 3.3.7" "Sep 9,2015" "EasyEngine" +.TH ee 8 "EasyEngine (ee) version: 3.3.8" "Sep 10,2015" "EasyEngine" .SH NAME .B EasyEngine (ee) \- Manage Nginx Based Websites. diff --git a/ee/core/variables.py b/ee/core/variables.py index 7517fbc5..4c49b8f1 100644 --- a/ee/core/variables.py +++ b/ee/core/variables.py @@ -12,7 +12,7 @@ class EEVariables(): """Intialization of core variables""" # EasyEngine version - ee_version = "3.3.7" + ee_version = "3.3.8" # EasyEngine packages versions diff --git a/install b/install index a8795296..7891ea36 100644 --- a/install +++ b/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.7" +readonly ee_version_new="3.3.8" 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}') diff --git a/setup.py b/setup.py index 56d803af..69129392 100644 --- a/setup.py +++ b/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.7', + version='3.3.8', description=long_description, long_description=long_description, classifiers=[],