commit | 94542e104c9cb775099e39a2bdaa9dbe4d6295ee | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Mon Aug 01 18:37:20 2016 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Mon Aug 01 18:37:20 2016 +0600 |
tree | 9f7129d8de361dc09246914ac0288522326baabb | |
parent | 90bf69aa524024e895a2ef8d415cd89192c3d109 [diff] [blame] |
bumped to version 7.0.16
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 891439c..d6310b8 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.0.15' +__version__ = '7.0.16' def get_default_company(user=None): '''Get default company for user'''