commit | f76fb5068529d09ec8a02adb16ba72ca146b8933 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Wed Jan 17 19:21:20 2018 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Wed Jan 17 19:21:20 2018 +0600 |
tree | 3f5b12006ced63543761b7122bc5484a1f749da0 | |
parent | da941af6873da165f50a59fcaaae377fbe3bb6df [diff] [blame] |
bumped to version 10.0.10
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index d812208..bd400c0 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.9' +__version__ = '10.0.10' def get_default_company(user=None): '''Get default company for user'''