commit | a78bac61cc4ce0db76b0ca4dde22f5aa40def44d | [log] [tgz] |
---|---|---|
author | Rushabh Mehta <rmehta@gmail.com> | Wed Nov 16 11:56:42 2016 +0600 |
committer | Rushabh Mehta <rmehta@gmail.com> | Wed Nov 16 11:56:42 2016 +0600 |
tree | 2b0a23a75f26f8d0931e7916554220a86cd93613 | |
parent | 48cb3d89b6a6d10626485dbde2efab312b45ed81 [diff] |
bumped to version 7.1.12
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 10f6570..a92e105 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.1.11' +__version__ = '7.1.12' def get_default_company(user=None): '''Get default company for user'''