commit | 3f22ec9536f7bbbd2dfa1f1ac437761097ddc463 | [log] [tgz] |
---|---|---|
author | Rushabh Mehta <rmehta@gmail.com> | Fri Aug 12 12:23:08 2016 +0600 |
committer | Rushabh Mehta <rmehta@gmail.com> | Fri Aug 12 12:23:08 2016 +0600 |
tree | 693825f1b2ec846a1109f2a8f6d498517107eb0c | |
parent | d643f2b2493c183ac8d01c4853aa86856e6199e9 [diff] |
bumped to version 7.0.27
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 97b7c37..9dcd029 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.0.26' +__version__ = '7.0.27' def get_default_company(user=None): '''Get default company for user'''