commit | 533e5648674efab4e7ae7c30a8960ecf9c86631f | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Fri Sep 02 16:49:21 2016 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Fri Sep 02 16:49:21 2016 +0600 |
tree | bd31340d372023579eb997278909b824a9229556 | |
parent | 88d7e419adfe8bf550fb5535cec871596bd5cd6f [diff] |
bumped to version 7.0.38
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index b9c8022..8177c29 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.0.37' +__version__ = '7.0.38' def get_default_company(user=None): '''Get default company for user'''