commit | 170b0cc83c56d0403c8cc9596c5dcd1c7739ef10 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Tue Oct 18 16:48:17 2016 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Tue Oct 18 16:48:17 2016 +0600 |
tree | dfac2d5c216ef2d5dc446fccdf4b071ae2f1334d | |
parent | d5c4a5c80213012fedcceb06a9c90db02fed397f [diff] |
bumped to version 7.0.60
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index cfbab53..32b86b2 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.0.59' +__version__ = '7.0.60' def get_default_company(user=None): '''Get default company for user'''