From fb925d8ee42934d8af2bf14251680d06e76373f3 Mon Sep 17 00:00:00 2001 From: gau1991 Date: Mon, 23 Feb 2015 17:57:59 +0530 Subject: [PATCH] Updated EasyEngine version to 3.0.3 --- ee/core/variables.py | 2 +- install | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ee/core/variables.py b/ee/core/variables.py index e42c3950..f481709e 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.2" + ee_version = "3.0.3" # EasyEngine packages versions ee_wp_cli = "0.18.0" diff --git a/install b/install index aad3f451..d6834b33 100644 --- a/install +++ b/install @@ -5,7 +5,7 @@ # to update current EasyEngine from 2.x to 3.x old_ee_version="2.2.3" -new_ee_version="3.0.2" +new_ee_version="3.0.3" branch=$1 # Define echo function diff --git a/setup.py b/setup.py index 1d512bb4..60d3ff50 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.0.2', + version='3.0.3', description=long_description, long_description=long_description, classifiers=[],