From 7a8c56815174627bed732647262a7674e3704710 Mon Sep 17 00:00:00 2001 From: Prabuddha Chakraborty Date: Thu, 25 Feb 2016 16:09:15 +0530 Subject: [PATCH] Update version --- 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 5f9198d1..6a05b67b 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.5.1" + ee_version = "3.5.2" # EasyEngine packages versions diff --git a/install b/install index ed027523..286247a6 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.5.1" +readonly ee_version_new="3.5.2" 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 2a61d4f1..d0f747c0 100644 --- a/setup.py +++ b/setup.py @@ -58,7 +58,7 @@ if not os.path.isfile('/root/.gitconfig'): shutil.copy2(os.path.expanduser("~")+'/.gitconfig', '/root/.gitconfig') setup(name='ee', - version='3.5.1', + version='3.5.2', description=long_description, long_description=long_description, classifiers=[],