commit | 098bd34f00a73bc1bda0a55b44abab23d565b3bd | [log] [tgz] |
---|---|---|
author | Rushabh Mehta <rmehta@gmail.com> | Fri Jan 27 16:48:25 2017 +0600 |
committer | Rushabh Mehta <rmehta@gmail.com> | Fri Jan 27 16:48:25 2017 +0600 |
tree | decc391719b75306af327a0f06c24bee4bf089a0 | |
parent | 063e86a1bf7a9d2b9a6643a7840f52abd3a58786 [diff] [blame] |
bumped to version 7.2.17
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 4c00bd8..eb03b5b 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.2.16' +__version__ = '7.2.17' def get_default_company(user=None): '''Get default company for user'''