Merge branch 'develop' of github.com:webnotes/erpnext into hotfix

This commit is contained in:
Nabin Hait 2014-02-07 11:49:45 +05:30
commit c095cfa224
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
anguage: python
language: python
python:
- "2.7"

View File

@ -1,6 +1,6 @@
{
"app_name": "ERPNext",
"app_version": "3.8.2",
"app_version": "3.8.3",
"base_template": "app/portal/templates/base.html",
"modules": {
"Accounts": {
@ -74,5 +74,5 @@
"type": "module"
}
},
"requires_framework_version": "==3.9.1"
"requires_framework_version": "==3.9.2"
}