commit | 60aa3898c73db207197442df4f2014982a70cf6d | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Mon Oct 31 17:07:29 2016 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Mon Oct 31 17:07:29 2016 +0600 |
tree | 5dc3d1c3ce244b4e18359e78aec065fa85543c41 | |
parent | fd3aefd73da10d859f95e84010b9a7ddb0d58e47 [diff] |
bumped to version 7.1.3
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index d018c4f..4c87187 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.1.2' +__version__ = '7.1.3' def get_default_company(user=None): '''Get default company for user'''