commit | 149c033c8fac03eb56299c0fccaec2e6f8599b78 | [log] [tgz] |
---|---|---|
author | Rushabh Mehta <rmehta@gmail.com> | Fri Jan 27 16:16:07 2017 +0600 |
committer | Rushabh Mehta <rmehta@gmail.com> | Fri Jan 27 16:16:07 2017 +0600 |
tree | a1ea72aeaa42fccd521aadcbcdc9eaca28474391 | |
parent | 355b4110c9f7bad2d4147eb6888b180886d12d70 [diff] |
bumped to version 7.2.15
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 7ad096e..d22936a 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.2.14' +__version__ = '7.2.15' def get_default_company(user=None): '''Get default company for user'''