commit | 27c1f85836e8a3dd0dc6472167cc06ab885450fa | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Thu Nov 10 11:55:33 2016 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Thu Nov 10 11:55:33 2016 +0600 |
tree | 96caf20ce0f34c7a7ae6140ce79698e04dadb989 | |
parent | 84ecaac27d1df88d405d8b0dbddf6055b016ae4f [diff] |
bumped to version 7.1.10
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 1525849..1eee360 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.1.9' +__version__ = '7.1.10' def get_default_company(user=None): '''Get default company for user'''