We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c524ec commit c13ad39Copy full SHA for c13ad39
ee/core/variables.py
@@ -12,7 +12,7 @@ class EEVariables():
12
"""Intialization of core variables"""
13
14
# EasyEngine version
15
- ee_version = "3.0.0-beta"
+ ee_version = "3.0.0"
16
17
# EasyEngine packages versions
18
ee_wp_cli = "0.18.0"
install
@@ -154,7 +154,7 @@ function install_ee3()
154
# Clone EE 3.0 Python branch
155
ee_lib_echo "Cloning EasyEngine 3.0"
156
if [ "$branch" = "" ]; then
157
- branch=python
+ branch=stable
158
fi
159
160
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
0 commit comments