commit | d209f21e76d3f778ba8f35f7c505fcd18b28ad23 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Mon Nov 14 13:12:25 2016 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Mon Nov 14 13:12:25 2016 +0600 |
tree | dec7886825b22d82455eaf7973cee2431c676737 | |
parent | da4689461a5f4febef34e68d76dde5c5a5e0a663 [diff] |
bumped to version 7.1.11
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 1eee360..10f6570 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.1.10' +__version__ = '7.1.11' def get_default_company(user=None): '''Get default company for user'''