commit | e9a4f4e70d528ecebb63ee3e2fc3e643bc8a4500 | [log] [tgz] |
---|---|---|
author | mbauskar <mbauskar@gmail.com> | Wed Jun 28 14:02:29 2017 +0600 |
committer | mbauskar <mbauskar@gmail.com> | Wed Jun 28 14:02:29 2017 +0600 |
tree | 0522706194b05354b46b00306e5e494969b17f0c | |
parent | be03de3ad63aa97b002cf39c07745119a4fced37 [diff] [blame] |
bumped to version 8.1.6
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index a14017d..3448dbc 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '8.1.5' +__version__ = '8.1.6' def get_default_company(user=None):