commit | 97dbb4d125bbb9180fb453c21d0fcd11842142a3 | [log] [tgz] |
---|---|---|
author | Ameya Shenoy <shenoy.ameya@gmail.com> | Fri Oct 05 08:54:46 2018 +0000 |
committer | Ameya Shenoy <shenoy.ameya@gmail.com> | Fri Oct 05 08:54:46 2018 +0000 |
tree | c2b40233903f8b82846e24a62d5951f3289d9c75 | |
parent | 17ac38ff29c931ddbdf9dc2dbe17b82557ce3ab5 [diff] |
bumped to version 10.1.56
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 246b8dd..ca6d6be 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.55' +__version__ = '10.1.56' def get_default_company(user=None): '''Get default company for user'''