commit | 6201068f8ffd98e114165a9c1ec521ce05822c81 | [log] [tgz] |
---|---|---|
author | Rushabh Mehta <rmehta@gmail.com> | Fri Jul 29 19:25:48 2016 +0600 |
committer | Rushabh Mehta <rmehta@gmail.com> | Fri Jul 29 19:25:48 2016 +0600 |
tree | 230e29766858ade2d1e94242f1993e7f3a5416e0 | |
parent | 9421a109cfbf659153da0f74fc3c9a76c8981f13 [diff] |
bumped to version 7.0.11
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index b592739..4470592 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.0.10' +__version__ = '7.0.11' def get_default_company(user=None): '''Get default company for user'''