commit | 89326b366d171d854b918a5bc7828803a3c710be | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Fri Oct 07 17:38:57 2016 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Fri Oct 07 17:38:57 2016 +0600 |
tree | 587c745fcc760206a9f0bae628a3320199e82102 | |
parent | 6aaa7d774299403b7fb9bfd7c3cc07ba6e7f47e1 [diff] |
bumped to version 7.0.58
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index f86defe..2dc7184 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.0.57' +__version__ = '7.0.58' def get_default_company(user=None): '''Get default company for user'''