commit | c8c733bc545fdda2e7988c16794de281815aedc1 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Tue Mar 13 18:43:42 2018 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Tue Mar 13 18:43:42 2018 +0600 |
tree | 597fa81181c0fe630a99c1a31ac58d900de1d0c4 | |
parent | 7acc8cb747fc293a1b37cc85255a3a71721f0582 [diff] |
bumped to version 10.1.11
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 87b87ed..90c24f5 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.10' +__version__ = '10.1.11' def get_default_company(user=None): '''Get default company for user'''