commit | 12ec71781db227f9356454fa78f0f00e32a7e78f | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Wed May 24 19:08:33 2017 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Wed May 24 19:08:33 2017 +0600 |
tree | c02f0f25c752c20c9c471d425876266cea26bee5 | |
parent | 659a225f24691ac09127a8dbc54afc640948a8ad [diff] |
bumped to version 8.0.38
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 076baea..235b1b0 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '8.0.37' +__version__ = '8.0.38' def get_default_company(user=None):