commit | 0794816527d430675a533a155d74d7faf2756f6f | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Wed Mar 28 16:21:16 2018 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Wed Mar 28 16:21:16 2018 +0600 |
tree | 06e0390998285697b0c7e21ada7f0ff3aff018ef | |
parent | 7041a4529428d1e082628e93ee6996597f9747fa [diff] [blame] |
bumped to version 10.1.17
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index a16538f..fe93bc4 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.16' +__version__ = '10.1.17' def get_default_company(user=None): '''Get default company for user'''