Browse Source

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

bugfixes
harshadyeola 10 years ago
parent
commit
dfa49a5f2b
  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.1"
ee_version = "3.0.2"
# EasyEngine packages versions
ee_wp_cli = "0.18.0"

2
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.1"
new_ee_version="3.0.2"
branch=$1
# Define echo function

Loading…
Cancel
Save