commit | 3d26ddd790f6b47b7fcc97ffafa2d3e68ca01c07 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Fri Jan 13 18:00:45 2017 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Fri Jan 13 18:00:45 2017 +0600 |
tree | 8b01fadb3959f0bcb7c0d445967df024c8bf46d4 | |
parent | e7cb911634a4ce394ec6335f50ba536dc4167ed1 [diff] |
bumped to version 7.2.11
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 6ac6cca..0083ceb 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.2.10' +__version__ = '7.2.11' def get_default_company(user=None): '''Get default company for user'''