commit | c538a55a5aa6737c1d3b99555c42b26fb4d5b8a1 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Tue Nov 01 15:35:53 2016 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Tue Nov 01 15:35:53 2016 +0600 |
tree | 32b38d9b1478700edf75d07f66f05732bd3d4e3f | |
parent | aa7a329633ffe43fbd696cae73c897cdf3da8982 [diff] |
bumped to version 7.1.4
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 4c87187..58b7955 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.1.3' +__version__ = '7.1.4' def get_default_company(user=None): '''Get default company for user'''