Merge branch 'staging-fixes' into staging

This commit is contained in:
Ameya Shenoy 2018-10-23 12:56:51 +00:00
commit 9750d5c184
No known key found for this signature in database
GPG Key ID: AC016A555657D0A3
3 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ import frappe
from erpnext.hooks import regional_overrides
from frappe.utils import getdate
__version__ = '10.1.63'
__version__ = '10.1.64'
def get_default_company(user=None):
'''Get default company for user'''

View File

@ -1,3 +1,3 @@
from __future__ import unicode_literals
source_link = "https://github.com/frappe/erpnext"
source_link = "https://github.com/erpnext/foundation"

View File

@ -12,7 +12,7 @@ app_license = "GNU General Public License (v3)"
source_link = "https://github.com/frappe/erpnext"
develop_version = '11.x.x-develop'
staging_version = '11.0.3-beta.14'
staging_version = '11.0.3-beta.15'
error_report_email = "support@erpnext.com"