Merge pull request #1112 from pdvyas/versioning

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

View File

@@ -1,5 +1,7 @@
{ {
"app_name": "ERPNext", "app_name": "ERPNext",
"app_version": "3.0.0",
"requires_framework_version": "==3.0.0",
"base_template": "app/portal/templates/base.html", "base_template": "app/portal/templates/base.html",
"modules": { "modules": {
"Selling": { "Selling": {

View File

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