commit | 71b4e48ea5ef3839fa8141e4ef801e8252455930 | [log] [tgz] |
---|---|---|
author | mbauskar <mbauskar@gmail.com> | Thu Jun 29 12:39:39 2017 +0600 |
committer | mbauskar <mbauskar@gmail.com> | Thu Jun 29 12:39:39 2017 +0600 |
tree | 19832a565b4aada41920dd9c3a4e33166a17f6b9 | |
parent | ae2d92ee7677ac7b49476c792b782d870dbbd3a0 [diff] |
bumped to version 8.1.7
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 3448dbc..8c387dd 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '8.1.6' +__version__ = '8.1.7' def get_default_company(user=None):