commit | a1d3d844153e6488d6ab3648da2bdc832eae0132 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Fri Jan 20 16:10:35 2017 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Fri Jan 20 16:10:35 2017 +0600 |
tree | 2995557667c8a22610099249a48dfed0ec6229a3 | |
parent | c1cc7b68c4a95cd4a9b33c9e5d877add6ebefe6a [diff] |
bumped to version 7.2.14
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 90ae743..7ad096e 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.2.13' +__version__ = '7.2.14' def get_default_company(user=None): '''Get default company for user'''