commit | 094d3adba3b6d35734ed9d3cdd287947f743d801 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Wed Sep 07 17:31:17 2016 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Wed Sep 07 17:31:17 2016 +0600 |
tree | 6da6d37dfba852d57d61b96e5904dcab39b37d2f | |
parent | 6a5751e91cdcf00c158951ae1ff5c7379a24ca6c [diff] |
bumped to version 7.0.41
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 7e94a34..958957c 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.0.40' +__version__ = '7.0.41' def get_default_company(user=None): '''Get default company for user'''