From c13ad394b7a3214d0595b0999061ff5a9b83e0b2 Mon Sep 17 00:00:00 2001 From: gau1991 Date: Wed, 11 Feb 2015 10:42:58 +0530 Subject: [PATCH] Changed version to 3.0.0 and ready for release --- ee/core/variables.py | 2 +- install | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ee/core/variables.py b/ee/core/variables.py index 91eace30..dfd820a2 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.0.0-beta" + ee_version = "3.0.0" # EasyEngine packages versions ee_wp_cli = "0.18.0" diff --git a/install b/install index 1b3a5fc2..df70c14c 100644 --- a/install +++ b/install @@ -154,7 +154,7 @@ function install_ee3() # Clone EE 3.0 Python branch ee_lib_echo "Cloning EasyEngine 3.0" if [ "$branch" = "" ]; then - branch=python + branch=stable fi git clone -b $branch https://github.com/rtCamp/easyengine.git /tmp/easyengine --quiet > /dev/null || ee_lib_error "Unable to clone EasyEngine, exit status" 1