commit | f3882d2699e15a1fa045400e285bd1dbec6dbb23 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Wed Oct 26 17:10:44 2016 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Wed Oct 26 17:10:44 2016 +0600 |
tree | d7378f2c2d320c1ac0d65e68df7aa5809a9706d2 | |
parent | fe86debf5de1d106f8605af6c25fbbf44a87a37c [diff] |
bumped to version 7.0.63
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index df72986..40b0879 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.0.62' +__version__ = '7.0.63' def get_default_company(user=None): '''Get default company for user'''