commit | ac64b3956233dddf1ec6ee7ba42b11b7e7b31ce1 | [log] [tgz] |
---|---|---|
author | Ameya Shenoy <shenoy.ameya@gmail.com> | Tue Oct 23 07:58:11 2018 +0000 |
committer | Ameya Shenoy <shenoy.ameya@gmail.com> | Tue Oct 23 07:58:11 2018 +0000 |
tree | 4c83bd36e209581fb2c88da8c3f9b2dd8c5fc05a | |
parent | c73c5765364df3ac154b8a9185e2bd665a83e095 [diff] [blame] |
bumped to version 10.1.63
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index ec3f371..425bf78 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -5,7 +5,7 @@ from erpnext.hooks import regional_overrides from frappe.utils import getdate -__version__ = '10.1.62' +__version__ = '10.1.63' def get_default_company(user=None): '''Get default company for user'''