commit | e1815f0989f6cf076381eeafaf9408b69bcfc186 | [log] [tgz] |
---|---|---|
author | Rohit Waghchaure <rohitw1991@gmail.com> | Fri Jan 19 13:59:56 2018 +0600 |
committer | Rohit Waghchaure <rohitw1991@gmail.com> | Fri Jan 19 13:59:56 2018 +0600 |
tree | fc580ba7bb4498a6fc202b470a050de501af0f62 | |
parent | c59d52d073b494c7c0026d231504ca250685ef27 [diff] |
bumped to version 10.0.11
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index bd400c0..7ab6784 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.10' +__version__ = '10.0.11' def get_default_company(user=None): '''Get default company for user'''