commit | 3b281a0a1b301a958256802822145dee58bf3942 | [log] [tgz] |
---|---|---|
author | Saurabh <saurabh6790@gmail.com> | Thu Sep 20 13:52:36 2018 +0600 |
committer | Saurabh <saurabh6790@gmail.com> | Thu Sep 20 13:52:36 2018 +0600 |
tree | a376e25a40158a70b45384478f0a3f3ad9fe4d25 | |
parent | a60ab1af75eae9869656eef6673bfd26b7f89661 [diff] |
bumped to version 10.1.53
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 7b247f6..a7ec84a 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.52' +__version__ = '10.1.53' def get_default_company(user=None): '''Get default company for user'''