diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 4def02cce5..ff96e92ae8 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -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''' diff --git a/erpnext/config/docs.py b/erpnext/config/docs.py index 6e505647c0..85e600687f 100644 --- a/erpnext/config/docs.py +++ b/erpnext/config/docs.py @@ -1,3 +1,3 @@ from __future__ import unicode_literals -source_link = "https://github.com/frappe/erpnext" \ No newline at end of file +source_link = "https://github.com/erpnext/foundation" diff --git a/erpnext/hooks.py b/erpnext/hooks.py index 58b2c44684..6c1575c54e 100644 --- a/erpnext/hooks.py +++ b/erpnext/hooks.py @@ -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"