commit | 3bf907159862392bba18dc8eb82a81050160c295 | [log] [tgz] |
---|---|---|
author | mbauskar <mbauskar@gmail.com> | Wed Jun 28 11:31:40 2017 +0600 |
committer | mbauskar <mbauskar@gmail.com> | Wed Jun 28 11:31:40 2017 +0600 |
tree | 3acfff30c13afa6810d3fe26b4c9e65146c36d4e | |
parent | 46af07cc09499e05ac59dabc5f61036cb465a2f3 [diff] [blame] |
bumped to version 8.1.5
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index f3dda93..a14017d 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '8.1.4' +__version__ = '8.1.5' def get_default_company(user=None):