commit | cae2723920ee69e384aa677de97c871644d219a8 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Thu Mar 29 14:23:00 2018 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Thu Mar 29 14:23:00 2018 +0600 |
tree | d7498d302cad605159fa1a8333e3c18db216e6d4 | |
parent | badc855400dd5a602d0cab528b47830e83e05b4a [diff] |
bumped to version 10.1.18
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index fe93bc4..ccb7e8f 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.17' +__version__ = '10.1.18' def get_default_company(user=None): '''Get default company for user'''