commit | 13a07c202963da227dd110457718dea571061d98 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Wed Oct 19 17:18:04 2016 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Wed Oct 19 17:18:04 2016 +0600 |
tree | da99313246a13b69e665d63874b25d26878a86cb | |
parent | 9ef4f0dc30df3bd817e0413a016ac6c9575fc802 [diff] |
bumped to version 7.0.62
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 920a600..df72986 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.0.61' +__version__ = '7.0.62' def get_default_company(user=None): '''Get default company for user'''