commit | d17bbdeb4d450194d54e9bd00eb4cadd8a31b9c7 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Fri Oct 07 17:34:35 2016 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Fri Oct 07 17:34:35 2016 +0600 |
tree | 2c3f558183b2527c3adea064322349e473de383d | |
parent | 2f3a68b8d63164aec2c5646c7c68653a37c8ba67 [diff] |
bumped to version 7.0.57
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 502477d..f86defe 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.0.56' +__version__ = '7.0.57' def get_default_company(user=None): '''Get default company for user'''