commit | 3f8428e972cc8ea3437486f69e6bf989274607e7 | [log] [tgz] |
---|---|---|
author | Rushabh Mehta <rmehta@gmail.com> | Mon Jul 25 13:28:03 2016 +0600 |
committer | Rushabh Mehta <rmehta@gmail.com> | Mon Jul 25 13:28:03 2016 +0600 |
tree | 939df28b3d16583ce85b48be052db7f2d715d8d7 | |
parent | 644a04b378a8b8e9dab3b1188ebf9e6516546c4b [diff] |
bumped to version 7.0.2
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index a7f0787..c958685 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.0.1' +__version__ = '7.0.2' def get_default_company(user=None): '''Get default company for user'''