From 23ec18e3e4ff80cec13113a055e68e211298b086 Mon Sep 17 00:00:00 2001 From: Kenneth Sequeira Date: Fri, 19 Oct 2018 03:28:12 +0530 Subject: [PATCH 1/4] added docs_app variable to point docs to foundation app --- erpnext/hooks.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/erpnext/hooks.py b/erpnext/hooks.py index 5f1e7d4243..ee31e32a3b 100644 --- a/erpnext/hooks.py +++ b/erpnext/hooks.py @@ -15,6 +15,8 @@ develop_version = '10.x.x-develop' error_report_email = "support@erpnext.com" +docs_app = "foundation" + app_include_js = "assets/js/erpnext.min.js" app_include_css = "assets/css/erpnext.css" web_include_js = "assets/js/erpnext-web.min.js" From 991c121b5751395233934755802892a966046b63 Mon Sep 17 00:00:00 2001 From: Kenneth Sequeira Date: Fri, 19 Oct 2018 14:31:21 +0530 Subject: [PATCH 2/4] added source link for ERPNext docs --- erpnext/config/docs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" From 2a98e59bd460affb80f58607b729822054744a98 Mon Sep 17 00:00:00 2001 From: Ameya Shenoy Date: Tue, 23 Oct 2018 12:52:46 +0000 Subject: [PATCH 3/4] bumped to version 10.1.64 --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 425bf786e3..ecc34a395e 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''' From 6adcfa603228062ccf1713fa54487dabed2f5f80 Mon Sep 17 00:00:00 2001 From: Ameya Shenoy Date: Tue, 23 Oct 2018 12:56:51 +0000 Subject: [PATCH 4/4] bumped to version 11.0.3-beta.15 --- erpnext/hooks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"