commit | 5f0027a2d073521fce874e033e4921753ee50ba9 | [log] [tgz] |
---|---|---|
author | Rushabh Mehta <rmehta@gmail.com> | Fri Jan 27 16:33:29 2017 +0600 |
committer | Rushabh Mehta <rmehta@gmail.com> | Fri Jan 27 16:33:29 2017 +0600 |
tree | 372099d6006e24f2d7e32cefdbdffb648cdcd568 | |
parent | fd82f4b0d4ba859a1184b36fbe119042d838b1d1 [diff] |
bumped to version 7.2.16
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index d22936a..4c00bd8 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.2.15' +__version__ = '7.2.16' def get_default_company(user=None): '''Get default company for user'''