commit | baac05955bc3cbd0f9f1731011de7363e1561ed9 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Tue Mar 13 16:44:02 2018 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Tue Mar 13 16:44:02 2018 +0600 |
tree | 6e8cddd629dccbcf9323895eaa49050147573d43 | |
parent | 89346967da0948737f07c838248341ca1522a008 [diff] |
bumped to version 10.1.9
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 7ffd424..5392e72 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.8' +__version__ = '10.1.9' def get_default_company(user=None): '''Get default company for user'''