Skip to content

Commit 2e8ad39

Browse files
committed
Merge branch 'python' of github.com:rtCamp/easyengine into python
2 parents c8aa4ee + c13ad39 commit 2e8ad39

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ee/core/variables.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class EEVariables():
1212
"""Intialization of core variables"""
1313

1414
# EasyEngine version
15-
ee_version = "3.0.0-beta"
15+
ee_version = "3.0.0"
1616

1717
# EasyEngine packages versions
1818
ee_wp_cli = "0.18.0"

install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ function install_ee3()
154154
# Clone EE 3.0 Python branch
155155
ee_lib_echo "Cloning EasyEngine 3.0"
156156
if [ "$branch" = "" ]; then
157-
branch=python
157+
branch=stable
158158
fi
159159

160160
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

Comments
 (0)