commit | 07be33805d85022f94664d5c55cff564091c1e0c | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Thu Dec 28 19:16:51 2017 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Thu Dec 28 19:16:51 2017 +0600 |
tree | 70c5e25934f4c9ca611f2b10630cf06d8911c851 | |
parent | a84d38999cc14f9958abf6be6656a5afcfdc0a5c [diff] |
bumped to version 10.0.4
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 26dca9a..e6c50b5 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.3' +__version__ = '10.0.4' def get_default_company(user=None): '''Get default company for user'''