Merge pull request #1112 from pdvyas/versioning

Semantic Versioning
This commit is contained in:
Anand Doshi 2013-11-28 03:30:48 -08:00
commit acc86a8413
2 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,7 @@
{
"app_name": "ERPNext",
"app_version": "3.0.0",
"requires_framework_version": "==3.0.0",
"base_template": "app/portal/templates/base.html",
"modules": {
"Selling": {
@ -73,4 +75,4 @@
"icon": "icon-file-alt"
}
}
}
}

View File

@ -28,7 +28,9 @@ requirements = [
"six",
"slugify",
"termcolor",
"werkzeug"
"werkzeug",
"semantic_version",
"gitpython==0.3.2.RC1"
]
def install(install_path):