Browse Source

Updated Version to 3.0.5

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

2
ee/core/variables.py

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

6
setup.py

@ -54,15 +54,15 @@ except Exception as e:
os.system("git config --global user.email {0}".format(ee_email))
setup(name='ee',
version='3.0.4',
version='3.0.5',
description=long_description,
long_description=long_description,
classifiers=[],
keywords='',
author='rtCamp Soultions Pvt. LTD',
author_email='sys@rtcamp.com',
author_email='ee@rtcamp.com',
url='http://rtcamp.com/easyengine',
license='GPL',
license='MIT',
packages=find_packages(exclude=['ez_setup', 'examples', 'tests',
'templates']),
include_package_data=True,

Loading…
Cancel
Save