commit | 584153a1b12cff3b0c73692dbca8927e2f8f5325 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Fri Jul 27 13:05:42 2018 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Fri Jul 27 13:05:42 2018 +0600 |
tree | ab5eb364a3d0f46c19219d66367ee693a7bcd5a1 | |
parent | eed0a4e2dff2b8f06ce17adae905c897b6670afb [diff] [blame] |
bumped to version 10.1.44
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 4754081..3d5cead 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.43' +__version__ = '10.1.44' def get_default_company(user=None): '''Get default company for user'''