commit | 9b54b78794cb05494d9075902df6733967acd3b2 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Tue Sep 06 18:25:55 2016 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Tue Sep 06 18:25:55 2016 +0600 |
tree | 89514c36764ad49decabc0e9f09d7bcbb896a8b5 | |
parent | 93851df0480862b5c8cf370d8008a2bae49bfc0f [diff] |
bumped to version 7.0.40
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 6018a4c..7e94a34 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.0.39' +__version__ = '7.0.40' def get_default_company(user=None): '''Get default company for user'''