Browse Source

Updated EasyEngine version to 3.0.3

bugfixes
gau1991 10 years ago
parent
commit
fb925d8ee4
  1. 2
      ee/core/variables.py
  2. 2
      install
  3. 2
      setup.py

2
ee/core/variables.py

@ -12,7 +12,7 @@ class EEVariables():
"""Intialization of core variables"""
# EasyEngine version
ee_version = "3.0.2"
ee_version = "3.0.3"
# 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.2"
new_ee_version="3.0.3"
branch=$1
# Define echo function

2
setup.py

@ -54,7 +54,7 @@ except Exception as e:
os.system("git config --global user.email {0}".format(ee_email))
setup(name='ee',
version='3.0.2',
version='3.0.3',
description=long_description,
long_description=long_description,
classifiers=[],

Loading…
Cancel
Save