commit | 0e61b52022749fc9b0d44861aec7169eadd83fd8 | [log] [tgz] |
---|---|---|
author | Rohit Waghchaure <rohitw1991@gmail.com> | Fri Jan 19 16:19:28 2018 +0600 |
committer | Rohit Waghchaure <rohitw1991@gmail.com> | Fri Jan 19 16:19:28 2018 +0600 |
tree | 6932e9520fc8b7ed2d01d5ddbf1320bc7743aba6 | |
parent | 0efd7934b82dcca18a2932e8e86c8dae483c3357 [diff] [blame] |
bumped to version 10.0.12
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 7ab6784..4beb35b 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.11' +__version__ = '10.0.12' def get_default_company(user=None): '''Get default company for user'''