commit | 79dc8ac9cc435d2caabaff03091c7fd293a2c63d | [log] [tgz] |
---|---|---|
author | Ameya Shenoy <shenoy.ameya@gmail.com> | Thu Oct 04 09:11:50 2018 +0000 |
committer | Ameya Shenoy <shenoy.ameya@gmail.com> | Thu Oct 04 09:11:50 2018 +0000 |
tree | 0bdf62636ef935cd71e7294b9408a8925be7f628 | |
parent | 15e7646edd8a5195988ce499fb058630fb962681 [diff] [blame] |
bumped to version 10.1.55
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 68f1fa7..246b8dd 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.54' +__version__ = '10.1.55' def get_default_company(user=None): '''Get default company for user'''