commit | 88906cfc63a050639779fd45cdc2141ea44d4592 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Wed May 24 09:37:26 2017 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Wed May 24 09:37:26 2017 +0600 |
tree | b30215be3401eb17da341e2c2e4c9bdb3ff04cd8 | |
parent | e72c98dafb3c6825a66434f26cfd4dd4de66d39a [diff] |
bumped to version 8.0.37
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index ad827e5..076baea 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '8.0.36' +__version__ = '8.0.37' def get_default_company(user=None):