commit | 436d82e60bbf0a18140c24d0e3c03f154c33080c | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Tue Nov 08 15:52:54 2016 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Tue Nov 08 15:52:54 2016 +0600 |
tree | 26ecba97ac311bb4f3386046bd1d10ac5f2dd553 | |
parent | ed05a9928bc7ca5b26dd739cb7647086a93dfc3c [diff] [blame] |
bumped to version 7.1.8
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 5337395..9845dd2 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.1.7' +__version__ = '7.1.8' def get_default_company(user=None): '''Get default company for user'''