commit | 774f676a2599c835d35a31481c29e8f4d7130423 | [log] [tgz] |
---|---|---|
author | Ameya Shenoy <shenoy.ameya@gmail.com> | Fri Jun 22 05:10:27 2018 +0000 |
committer | Ameya Shenoy <shenoy.ameya@gmail.com> | Fri Jun 22 05:10:27 2018 +0000 |
tree | 562bb8a8583ac50731c04f5f97397708e36afe6d | |
parent | 16293936182c3a06267123d2faea9ee359fd7a5b [diff] [blame] |
bumped to version 10.1.40
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index d6d5757..4940522 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.39' +__version__ = '10.1.40' def get_default_company(user=None): '''Get default company for user'''