commit | e9afbfde7666d392393a314c23d96abc2438d93c | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Tue Jul 31 12:48:22 2018 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Tue Jul 31 12:48:22 2018 +0600 |
tree | 1dcbb8a175d841922d850c318c51f5310ad5161d | |
parent | 086da451caaf89b0c6d9bdf8fbee822bf19f6cfc [diff] [blame] |
bumped to version 10.1.45
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 3d5cead..862ac94 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.44' +__version__ = '10.1.45' def get_default_company(user=None): '''Get default company for user'''