commit | a9bef56a942b791b0f6298a9ed8828790701ac46 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Thu Mar 30 13:44:34 2017 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Thu Mar 30 13:44:34 2017 +0600 |
tree | 3760cb9b69ac44163169ec5ec7a530f4ae100a51 | |
parent | 07e6bdd4f2890717a50b24d370b59816a4d0cf44 [diff] |
bumped to version 7.2.32
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 96a6424..ab2728e 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.2.31' +__version__ = '7.2.32' def get_default_company(user=None): '''Get default company for user'''