Browse Source

Merge branch 'python' of github.com:rtCamp/easyengine into python

bugfixes
harshadyeola 10 years ago
parent
commit
2e8ad399ae
  1. 2
      ee/core/variables.py
  2. 2
      install

2
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"

2
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

Loading…
Cancel
Save