commit | 7f540af7a677982d6c8c875b34221c3b38ad7eea | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Wed Nov 23 15:23:42 2016 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Wed Nov 23 15:23:42 2016 +0600 |
tree | d1bd69f56ed90f158a20270e692497d729da158d | |
parent | b18ad55e2b624a4c9e309716c7b0703d4a7d648e [diff] |
bumped to version 7.1.18
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 48b942e..f0ba6f2 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.1.17' +__version__ = '7.1.18' def get_default_company(user=None): '''Get default company for user'''