commit | 70c3f79d129dd514bac930523d04f1f7d8264c84 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Mon Mar 27 12:57:38 2017 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Mon Mar 27 12:57:38 2017 +0600 |
tree | 50ea864aa1097654aa160a974cac9ec051fa9236 | |
parent | d25e314ccb42f70da4b8d18cc1d2458966d8d8df [diff] [blame] |
bumped to version 7.2.31
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index b4cc2f1..96a6424 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.2.30' +__version__ = '7.2.31' def get_default_company(user=None): '''Get default company for user'''