commit | d75d3a927dda8e3cb65f5bdc38991341dc9176c3 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Mon Nov 21 19:40:05 2016 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Mon Nov 21 19:40:05 2016 +0600 |
tree | ecd0434f92444dd6c3ea4ade12d09a884086a1f5 | |
parent | 651d8e996be3732e5c44eb722dab1d7fd349e7f6 [diff] |
bumped to version 7.1.16
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index b9846c8..9660cb9 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.1.15' +__version__ = '7.1.16' def get_default_company(user=None): '''Get default company for user'''