commit | 9a8be357e6f538ffd793eb631bf2a6cda0a95673 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Mon Oct 31 15:34:31 2016 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Mon Oct 31 15:34:31 2016 +0600 |
tree | f0e36f716406dcbf0c3efe18bd8a3aa3f7702987 | |
parent | e585683db3dca45b337993791e4ef385abf61c5c [diff] |
bumped to version 7.1.2
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index fc52f5a..d018c4f 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.1.1' +__version__ = '7.1.2' def get_default_company(user=None): '''Get default company for user'''