commit | c98cfbdab403899543bc3518bed0f7646713971c | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Fri Jan 05 13:46:59 2018 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Fri Jan 05 13:46:59 2018 +0600 |
tree | 6108c8a9ba4a1104b7cb4cd96a6675b4333b076a | |
parent | 28d0230e56957e8ea7dede8b0a2dc3dddccd8e29 [diff] |
bumped to version 10.0.6
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index d871cd5..85ad436 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.0.5' +__version__ = '10.0.6' def get_default_company(user=None): '''Get default company for user'''