commit | 7b9e8368eaa329fc60823ab384639d5f5c2dac46 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Tue Oct 18 15:55:31 2016 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Tue Oct 18 15:55:31 2016 +0600 |
tree | bcfeaa8731c48038a688f6c73797cb11c98cb009 | |
parent | f32547a414c30fc806ca88178b3faf23ad5651f0 [diff] |
bumped to version 7.0.59
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 2dc7184..cfbab53 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.0.58' +__version__ = '7.0.59' def get_default_company(user=None): '''Get default company for user'''